summaryrefslogtreecommitdiffstats
path: root/graphics/inkscape/files/patch-src::extension::internal::gnome.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/inkscape/files/patch-src::extension::internal::gnome.cpp')
-rw-r--r--graphics/inkscape/files/patch-src::extension::internal::gnome.cpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/inkscape/files/patch-src::extension::internal::gnome.cpp b/graphics/inkscape/files/patch-src::extension::internal::gnome.cpp
deleted file mode 100644
index bc44302eb..000000000
--- a/graphics/inkscape/files/patch-src::extension::internal::gnome.cpp
+++ /dev/null
@@ -1,16 +0,0 @@
---- src/extension/internal/gnome.cpp.orig Fri Feb 18 02:44:53 2005
-+++ src/extension/internal/gnome.cpp Fri Feb 18 02:45:56 2005
-@@ -183,6 +183,13 @@
- return 0;
- }
-
-+unsigned int PrintGNOME::comment (Inkscape::Extension::Print * module,
-+ const char * comment)
-+{
-+ // ignore comment
-+ return 0;
-+}
-+
- unsigned int
- PrintGNOME::fill(Inkscape::Extension::Print *mod,
- NRBPath const *bpath, NRMatrix const *ctm, SPStyle const *style,