summaryrefslogtreecommitdiff
path: root/src/gui/text_widget.h
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-07-01 21:17:05 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-07-01 21:17:05 +0200
commite6503671eecc2026130fe3544d79d644c1657b4c (patch)
tree9e3ee3350c60b8a97a4026724e12839cbaa76b50 /src/gui/text_widget.h
parentf8181f1355cf8218daf2ee2153606b7eccf1cb18 (diff)
downloadabaos-e6503671eecc2026130fe3544d79d644c1657b4c.tar.gz
abaos-e6503671eecc2026130fe3544d79d644c1657b4c.tar.bz2
replaced some strange access to .base.base with casts of the class to the class needed to
access the proper vtable
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 316f56e..2604eff 100644
--- a/src/gui/text_widget.h
+++ b/src/gui/text_widget.h
@@ -20,6 +20,5 @@ void text_widget_init( text_widget_t *widget, widget_t *parent, const int x, con
void text_widget_draw( void *obj, graphics_context_t *context );
void text_widget_set_text( void *obj, const char *s );
void text_widget_on_key_down( void *obj, char c );
-void text_widget_on_key_up( void *obj, char c );
#endif // TEXT_WIDGET_H