aboutsummaryrefslogtreecommitdiffstats
path: root/src/gif.h
diff options
context:
space:
mode:
authorJohn Hawthorn <jhawthor@uvic.ca>2008-05-22 01:54:32 -0700
committerJohn Hawthorn <jhawthor@uvic.ca>2008-05-22 01:54:32 -0700
commitf6fd9b38f5e1a1088646c86ac6abde0af3475e9c (patch)
tree36e27fc1cd9e3cdc935dc095d0f20e1db6bfbb4e /src/gif.h
parent9e76bd849a935eed17a4d22a9f49974272a36da5 (diff)
downloadmirror-meh-f6fd9b38f5e1a1088646c86ac6abde0af3475e9c.tar.gz
mirror-meh-f6fd9b38f5e1a1088646c86ac6abde0af3475e9c.tar.bz2
mirror-meh-f6fd9b38f5e1a1088646c86ac6abde0af3475e9c.zip
cleanup
Diffstat (limited to 'src/gif.h')
-rw-r--r--src/gif.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gif.h b/src/gif.h
deleted file mode 100644
index 17a86dc..0000000
--- a/src/gif.h
+++ /dev/null
@@ -1,5 +0,0 @@
-
-#include <stdio.h>
-
-unsigned char *loadgif(FILE *, int *, int *);
-