summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-06-02 20:58:40 +0000
committerJames Bursa <james@netsurf-browser.org>2004-06-02 20:58:40 +0000
commite18bc32952d3596497f3739f5b20ac39cca39f0a (patch)
tree7495853a949d113ddf1b08810c6e667b0a611db1 /content
parent1f28aad33632748d3ced7ecb8b0e1b9a3991cd07 (diff)
downloadnetsurf-e18bc32952d3596497f3739f5b20ac39cca39f0a.tar.gz
netsurf-e18bc32952d3596497f3739f5b20ac39cca39f0a.tar.bz2
[project @ 2004-06-02 20:58:40 by bursa]
Remove some #ifdef riscos. svn path=/import/netsurf/; revision=909
Diffstat (limited to 'content')
-rw-r--r--content/content_type.h2
1 files changed, 0 insertions, 2 deletions
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
@@ -41,7 +40,6 @@ typedef enum {
#ifdef WITH_PLUGIN
CONTENT_PLUGIN,
#endif
-#endif
/* these must be the last two */
CONTENT_OTHER,
CONTENT_UNKNOWN /**< content-type not received yet */