summaryrefslogtreecommitdiffstats
path: root/graphics/inkscape/files/patch-src::extension::internal::gnome.cpp
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:21:27 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-03-14 09:21:27 +0800
commit6ea8cdadd34fade98a807bf84429806612c65079 (patch)
treeb7f18e7e629139c395bf0080243a2218963d0301 /graphics/inkscape/files/patch-src::extension::internal::gnome.cpp
parent857bb773fe0bad1b58fa9c68ece3c326f60613e6 (diff)
downloadmarcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.gz
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.bz2
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.lz
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.xz
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.tar.zst
marcuscom-ports-6ea8cdadd34fade98a807bf84429806612c65079.zip
Remove these ports now that they have been merged into the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3934 df743ca5-7f9a-e211-a948-0013205c9059
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,