summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-06 15:34:48 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-06 15:34:48 +0000
commitaa35550b86382788d50d95425cbac511c13ec5ab (patch)
tree45809e469c8736dc90889b1fa8f00912dd1f1e08
parent47d67cdbcbb6b1c166d2ecd43e1dc06766bc19ff (diff)
downloadnetsurf-aa35550b86382788d50d95425cbac511c13ec5ab.tar.gz
netsurf-aa35550b86382788d50d95425cbac511c13ec5ab.tar.bz2
plugins aren't images
svn path=/trunk/netsurf/; revision=11926
-rw-r--r--render/box_construct.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index ae7c1787b..44fcb54b1 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -78,9 +78,6 @@ static const content_type image_types[] = {
#ifdef WITH_DRAW
CONTENT_DRAW,
#endif
-#ifdef WITH_PLUGIN
- CONTENT_PLUGIN,
-#endif
#ifdef WITH_ARTWORKS
CONTENT_ARTWORKS,
#endif