aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gnocl/files/patch-src_parseMarkup.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gnocl/files/patch-src_parseMarkup.c')
-rw-r--r--x11-toolkits/gnocl/files/patch-src_parseMarkup.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/gnocl/files/patch-src_parseMarkup.c b/x11-toolkits/gnocl/files/patch-src_parseMarkup.c
deleted file mode 100644
index ca7d108ad2bc..000000000000
--- a/x11-toolkits/gnocl/files/patch-src_parseMarkup.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/parseMarkup.c.orig 2013-08-31 12:36:08.000000000 +0200
-+++ src/parseMarkup.c 2013-09-17 10:09:40.000000000 +0200
-@@ -29,6 +29,8 @@
- static GSList *tagList = NULL;
-
-
-+static void applyTags ( GtkTextBuffer *buffer, GtkTextIter *iter );
-+
- /* remove range of characters from string */
- char * strcremove ( char *str, char *dest, int first, int last )
- {