From e18bc32952d3596497f3739f5b20ac39cca39f0a Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 2 Jun 2004 20:58:40 +0000 Subject: [project @ 2004-06-02 20:58:40 by bursa] Remove some #ifdef riscos. svn path=/import/netsurf/; revision=909 --- content/content_type.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'content') diff --git a/content/content_type.h b/content/content_type.h index 66d2faad1..39d2b9f13 100644 --- a/content/content_type.h +++ b/content/content_type.h @@ -28,7 +28,6 @@ typedef enum { #ifdef WITH_GIF CONTENT_GIF, #endif -#ifdef riscos #ifdef WITH_PNG CONTENT_PNG, #endif @@ -40,7 +39,6 @@ typedef enum { #endif #ifdef WITH_PLUGIN CONTENT_PLUGIN, -#endif #endif /* these must be the last two */ CONTENT_OTHER, -- cgit v1.2.3