Code

disable unused pdf-input-cairo
authorbuliabyak <buliabyak@users.sourceforge.net>
Sat, 14 Jun 2008 03:47:22 +0000 (03:47 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Sat, 14 Jun 2008 03:47:22 +0000 (03:47 +0000)
src/extension/init.cpp

index 458f15e78177a4feb6ebdb313d39ed7cc5ef07be..b46126ef6890243b504eae8bec399589ef54afd8 100644 (file)
@@ -172,7 +172,7 @@ init()
     Internal::PdfInput::init();
 #endif
 #ifdef HAVE_POPPLER_GLIB
-    if (1) {
+    if (0) {
     Internal::PdfInputCairo::init();
     }
 #endif