From: gouldtj Date: Wed, 19 Sep 2007 05:52:57 +0000 (+0000) Subject: r16619@tres: ted | 2007-09-18 21:09:29 -0700 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bb3043e78c3bbd9c90a983e6ed96c7555a9599d5;p=inkscape.git r16619@tres: ted | 2007-09-18 21:09:29 -0700 Removing more GNOME Print. It's everywhere! --- diff --git a/po/POTFILES.in b/po/POTFILES.in index bfa44898b..988e3154a 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -134,7 +134,6 @@ src/extension/internal/emf-win32-print.cpp src/extension/internal/eps-out.cpp src/extension/internal/gdkpixbuf-input.cpp src/extension/internal/gimpgrad.cpp -src/extension/internal/gnome.cpp src/extension/internal/grid.cpp src/extension/internal/latex-pstricks.cpp src/extension/internal/latex-pstricks-out.cpp diff --git a/src/Makefile_insert b/src/Makefile_insert index f0b616626..97ac2988c 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -361,7 +361,6 @@ inkscape_private_libs = \ all_libs = \ $(inkscape_private_libs) \ $(INKSCAPE_LIBS) \ - $(GNOME_PRINT_LIBS) \ $(GNOME_VFS_LIBS) \ $(XFT_LIBS) \ $(FREETYPE_LIBS) \ diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h index 8015308b6..180231ec6 100644 --- a/src/menus-skeleton.h +++ b/src/menus-skeleton.h @@ -38,9 +38,6 @@ static char const menus_skeleton[] = to use the native PS support if they are using another print driver. This is done through the "Print Direct" command. Which is inserted here based on if those other drivers are being built. */ -#ifdef WITH_GNOME_PRINT -" \n" -#endif #ifdef WIN32 " \n" #endif diff --git a/src/print.cpp b/src/print.cpp index fe395851e..a62733c6a 100644 --- a/src/print.cpp +++ b/src/print.cpp @@ -36,10 +36,6 @@ using std::fprintf; # ifdef WIN32 # include # endif - -# ifdef WITH_GNOME_PRINT -# include -# endif #endif /* Identity typedef */