summaryrefslogtreecommitdiff
path: root/src/gui/text_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/text_widget.h')
-rw-r--r--src/gui/text_widget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/text_widget.h b/src/gui/text_widget.h
index 3b22cf1..316f56e 100644
--- a/src/gui/text_widget.h
+++ b/src/gui/text_widget.h
@@ -12,7 +12,6 @@ typedef struct {
typedef struct {
widget_t base;
- text_widget_vtable_t *vtable;
char s[TEXT_WIDGET_MAX_TEXT_SIZE];
} text_widget_t;