summaryrefslogtreecommitdiffstats
path: root/games/gnomebreakout/files/patch-src::anim.c
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-10-25 11:37:29 +0800
commite934b106497f17545e236bb9644bed935cd118ad (patch)
tree29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /games/gnomebreakout/files/patch-src::anim.c
parent14c9f603eb5d9868d374e46ac865925da109a838 (diff)
downloadmarcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst
marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnomebreakout/files/patch-src::anim.c')
-rw-r--r--games/gnomebreakout/files/patch-src::anim.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/games/gnomebreakout/files/patch-src::anim.c b/games/gnomebreakout/files/patch-src::anim.c
deleted file mode 100644
index 95f0e9fc4..000000000
--- a/games/gnomebreakout/files/patch-src::anim.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- src/anim.c.orig Mon May 10 19:42:51 2004
-+++ src/anim.c Thu May 20 00:26:00 2004
-@@ -47,6 +47,7 @@
- Animation newanim;
- char *fullfilename;
- int i;
-+ GError *gerror = NULL;
-
- /* Find the number of frames */
- fullfilename = g_strdup_printf("%s.%d.png", filename, 0);
-@@ -64,7 +65,6 @@
- sizeof(GdkPixbuf *));
- for(i = 0; i < newanim.num_frames; i++) {
- fullfilename = g_strdup_printf("%s.%d.png", filename, i);
-- GError *gerror = NULL;
- newanim.pixmaps[i] = gdk_pixbuf_new_from_file(fullfilename,
- &gerror);
- if(!newanim.pixmaps[i]) {