diff options
| author | Ted Gould <ted@gould.cx> | 2007-09-19 05:52:57 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-09-19 05:52:57 +0000 |
| commit | 171097101bd62d67c2338613f52c66a7a9b00106 (patch) | |
| tree | 8d1b656525d296ec2b8fd3f75231446f682e7a05 /src | |
| parent | r16618@tres: ted | 2007-09-18 21:02:24 -0700 (diff) | |
| download | inkscape-171097101bd62d67c2338613f52c66a7a9b00106.tar.gz inkscape-171097101bd62d67c2338613f52c66a7a9b00106.zip | |
r16619@tres: ted | 2007-09-18 21:09:29 -0700
Removing more GNOME Print. It's everywhere!
(bzr r3773)
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile_insert | 1 | ||||
| -rw-r--r-- | src/menus-skeleton.h | 3 | ||||
| -rw-r--r-- | src/print.cpp | 4 |
3 files changed, 0 insertions, 8 deletions
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 -" <verb verb-id=\"FilePrintDirect\" />\n" -#endif #ifdef WIN32 " <verb verb-id=\"FilePrintDirect\" />\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 <extension/internal/win32.h> # endif - -# ifdef WITH_GNOME_PRINT -# include <extension/internal/gnome.h> -# endif #endif /* Identity typedef */ |
