From 6dc993e102ad8667b46bc32db6869efde3688507 Mon Sep 17 00:00:00 2001 From: suv-lp <> Date: Sun, 5 Jun 2016 09:13:26 +0200 Subject: [Bug #1545333] Remove obsolete poppler entries from cmake's template for config.h Fixed bugs: - https://launchpad.net/bugs/1545333 (bzr r14953) --- config.h.cmake | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/config.h.cmake b/config.h.cmake index 3471caadf..eae54fd03 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -143,24 +143,12 @@ /* Use libpoppler-glib and Cairo-SVG for PDF import */ #cmakedefine HAVE_POPPLER_GLIB 1 -/* Use GfxFont from Poppler >= 0.8.3 */ -#cmakedefine POPPLER_NEW_GFXFONT 1 - -/* Use color space API from Poppler >= 0.12.2 */ -#cmakedefine POPPLER_NEW_COLOR_SPACE_API 1 - /* Use color space API from Poppler >= 0.26.0 */ #cmakedefine POPPLER_EVEN_NEWER_COLOR_SPACE_API 1 /* Use color space API from Poppler >= 0.29.0 */ #cmakedefine POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API 1 -/* Use new error API from Poppler >= 0.20.0 */ -#cmakedefine POPPLER_NEW_ERRORAPI - -/* GfxPatch no longer uses GfxColor in >= 0.15.1 */ -#cmakedefine POPPLER_NEW_GFXPATCH 1 - /* Define to 1 if you have the `pow' function. */ #cmakedefine HAVE_POW 1 -- cgit v1.2.3