From aa35550b86382788d50d95425cbac511c13ec5ab Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 6 Mar 2011 15:34:48 +0000 Subject: plugins aren't images svn path=/trunk/netsurf/; revision=11926 --- render/box_construct.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'render') 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 -- cgit v1.2.3