summaryrefslogtreecommitdiff
path: root/graphics/imlib2/files/patch-src_rgbadraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/imlib2/files/patch-src_rgbadraw.c')
-rw-r--r--graphics/imlib2/files/patch-src_rgbadraw.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/graphics/imlib2/files/patch-src_rgbadraw.c b/graphics/imlib2/files/patch-src_rgbadraw.c
deleted file mode 100644
index e9b730c7cb3a..000000000000
--- a/graphics/imlib2/files/patch-src_rgbadraw.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/rgbadraw.c.orig Sat Jul 31 11:10:28 2004
-+++ src/rgbadraw.c Sat Jul 31 11:16:05 2004
-@@ -2357,14 +2357,14 @@
- /* last span on line and still not < ss->x */
- if (ps)
- ps->next = s;
-- nospans:
-+ nospans: ;
- }
- }
- if (i == y2)
- goto nolines;
- i += step;
- }
-- nolines:
-+ nolines: ;
- }
- for (i = 0; i < h; i++)
- {