diff options
| author | Ted Gould <ted@gould.cx> | 2007-09-19 05:52:32 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-09-19 05:52:32 +0000 |
| commit | ca2689c7901bbe45c2a5f7a89969f4af5d4c74e2 (patch) | |
| tree | 51c678cb10102dc0d48d58e66448e44b029c842b /src/extension/init.cpp | |
| parent | r16594@tres: ted | 2007-09-18 09:27:48 -0700 (diff) | |
| download | inkscape-ca2689c7901bbe45c2a5f7a89969f4af5d4c74e2.tar.gz inkscape-ca2689c7901bbe45c2a5f7a89969f4af5d4c74e2.zip | |
r16616@tres: ted | 2007-09-18 20:59:55 -0700
Removing GNOME Print
(bzr r3770)
Diffstat (limited to 'src/extension/init.cpp')
| -rw-r--r-- | src/extension/init.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/extension/init.cpp b/src/extension/init.cpp index 2ff91cc94..8c2be3e28 100644 --- a/src/extension/init.cpp +++ b/src/extension/init.cpp @@ -28,9 +28,6 @@ #ifdef HAVE_CAIRO_PDF # include "internal/pdf-cairo.h" #endif -#ifdef WITH_GNOME_PRINT -# include "internal/gnome.h" -#endif #ifdef WIN32 # include "internal/win32.h" # include "internal/emf-win32-inout.h" @@ -174,9 +171,6 @@ init() Internal::PdfInputCairo::init(); } #endif -#ifdef WITH_GNOME_PRINT - Internal::PrintGNOME::init(); -#endif #ifdef WIN32 Internal::PrintWin32::init(); Internal::PrintEmfWin32::init(); |
