diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2014-06-15 09:08:03 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2014-06-15 09:08:03 +0000 |
| commit | ccacefacda584c206625b7759001d3d8c531cfed (patch) | |
| tree | 8c00cc50f5bb400b62639c06c234d11fa982502b /src/extension/init.cpp | |
| parent | update to trunk (r13407) (diff) | |
| parent | Allow symbol zooming independent of icon screen size. (diff) | |
| download | inkscape-ccacefacda584c206625b7759001d3d8c531cfed.tar.gz inkscape-ccacefacda584c206625b7759001d3d8c531cfed.zip | |
update to trunk (r13425)
(bzr r13398.1.3)
Diffstat (limited to 'src/extension/init.cpp')
| -rw-r--r-- | src/extension/init.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/extension/init.cpp b/src/extension/init.cpp index 0ff4b79c4..912d58a13 100644 --- a/src/extension/init.cpp +++ b/src/extension/init.cpp @@ -19,9 +19,6 @@ #ifdef HAVE_POPPLER # include "internal/pdfinput/pdf-input.h" #endif -#ifdef HAVE_POPPLER_GLIB -# include "internal/pdf-input-cairo.h" -#endif #include "path-prefix.h" @@ -174,11 +171,6 @@ init() #ifdef HAVE_POPPLER Internal::PdfInput::init(); #endif -#ifdef HAVE_POPPLER_GLIB - if (1) { - Internal::PdfInputCairo::init(); - } -#endif Internal::PrintEmf::init(); Internal::Emf::init(); Internal::PrintWmf::init(); |
