summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h5
1 files changed, 0 insertions, 5 deletions
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 <object> 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 {