summaryrefslogtreecommitdiff
path: root/render/box.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/box.h')
-rw-r--r--render/box.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/render/box.h b/render/box.h
index 048c566dd..2bcc519f8 100644
--- a/render/box.h
+++ b/render/box.h
@@ -82,7 +82,6 @@
struct box;
struct column;
struct css_style;
-struct font_data;
/** Type of a struct box. */
@@ -197,8 +196,6 @@ struct box {
struct column *col; /**< Array of table column data for TABLE only. */
- struct font_data *font; /**< Font, or 0 if no text. */
-
/** Form control data, or 0 if not a form control. */
struct form_control* gadget;