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 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