From b7f856420147786c7fcb1c2d89e097a929a442e1 Mon Sep 17 00:00:00 2001 From: Trent Petersen Date: Wed, 10 Jan 2018 13:45:05 -0600 Subject: [PATCH] Remove duplicate method (#3) --- 3rdparty/poppler/git/CairoOutputDev.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/3rdparty/poppler/git/CairoOutputDev.h b/3rdparty/poppler/git/CairoOutputDev.h index cc2644a..837ce15 100644 --- a/3rdparty/poppler/git/CairoOutputDev.h +++ b/3rdparty/poppler/git/CairoOutputDev.h @@ -127,10 +127,6 @@ public: // box is the crop box? 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 // Start a page.