summaryrefslogtreecommitdiff
path: root/src/gui/text_widget.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-07-01 20:56:00 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-07-01 20:56:00 +0200
commitf8181f1355cf8218daf2ee2153606b7eccf1cb18 (patch)
treef5f1bab87dbc3c99bec83ea00b78989344f8bf27 /src/gui/text_widget.h
parent85df1646ecccc7e484e2efc903166b89e4c55684 (diff)
downloadabaos-f8181f1355cf8218daf2ee2153606b7eccf1cb18.tar.gz
abaos-f8181f1355cf8218daf2ee2153606b7eccf1cb18.tar.bz2
got rid of superflous vtables in GUI class hierarchy
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;