From c3c1fb916bb6135ddbd61225b18f7778274bd0be Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 18 Jul 2003 21:02:29 +0000 Subject: [project @ 2003-07-18 21:02:29 by bursa] New GIF renderer using animlib (jmb). svn path=/import/netsurf/; revision=235 --- content/content.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'content') 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 -- cgit v1.2.3