summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-07-18 21:02:29 +0000
committerJames Bursa <james@netsurf-browser.org>2003-07-18 21:02:29 +0000
commitc3c1fb916bb6135ddbd61225b18f7778274bd0be (patch)
tree7155448a2fb7504666d6be363911c4f50c1641dc /content
parentd6053c3cb00772dc1c1f5422f0cdb7cdff03beb4 (diff)
downloadnetsurf-c3c1fb916bb6135ddbd61225b18f7778274bd0be.tar.gz
netsurf-c3c1fb916bb6135ddbd61225b18f7778274bd0be.tar.bz2
[project @ 2003-07-18 21:02:29 by bursa]
New GIF renderer using animlib (jmb). svn path=/import/netsurf/; revision=235
Diffstat (limited to 'content')
-rw-r--r--content/content.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/content.h b/content/content.h
index db98ffa95..1903730c5 100644
--- a/content/content.h
+++ b/content/content.h
@@ -12,7 +12,6 @@
#include "libxml/HTMLparser.h"
#ifdef riscos
#include "libpng/png.h"
-#include "libungif/gif_lib.h"
#include "oslib/osspriteop.h"
#endif
#include "netsurf/content/cache.h"
@@ -149,7 +148,6 @@ struct content
// Structure for the GIF handler
struct
{
- GifFileType *giffile; // GIF file handler
char *data; // GIF data
unsigned long length; // Length of GIF data
unsigned long buffer_pos; // Position in the buffer