From eaf5d43082ddc69cfc536dc9df4f7bb410110379 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 14 Apr 2004 12:55:16 +0000 Subject: [project @ 2004-04-14 12:55:16 by bursa] Remove incorrect use of WITH_PLUGIN. svn path=/import/netsurf/; revision=784 --- render/box.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'render/box.h') diff --git a/render/box.h b/render/box.h index 8fd7a1a93..488b27ac8 100644 --- a/render/box.h +++ b/render/box.h @@ -98,7 +98,6 @@ struct column { struct box; -#ifdef WITH_PLUGIN /* parameters for and related elements */ struct object_params { char* data; @@ -125,10 +124,6 @@ struct plugin_params { char* valuetype; struct plugin_params* next; }; -#else -struct object_params {}; -struct plugin_params {}; -#endif /** Node in box tree. All dimensions are in pixels. */ struct box { -- cgit v1.2.3