mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
Remove duplicate method (#3)
This commit is contained in:
parent
9ed21007e5
commit
b7f8564201
4
3rdparty/poppler/git/CairoOutputDev.h
vendored
4
3rdparty/poppler/git/CairoOutputDev.h
vendored
@ -127,10 +127,6 @@ public:
|
|||||||
// box is the crop box?
|
// box is the crop box?
|
||||||
GBool needClipToCropBox() override { return gTrue; }
|
GBool needClipToCropBox() override { return gTrue; }
|
||||||
|
|
||||||
// Does this device need to clip pages to the crop box even when the
|
|
||||||
// box is the crop box?
|
|
||||||
virtual GBool needClipToCropBox() { return gTrue; }
|
|
||||||
|
|
||||||
//----- initialization and control
|
//----- initialization and control
|
||||||
|
|
||||||
// Start a page.
|
// Start a page.
|
||||||
|
Loading…
Reference in New Issue
Block a user