aboutsummaryrefslogtreecommitdiff
path: root/src/tool_text.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-10-04 23:57:01 +0200
committerThomas White <taw@bitwiz.org.uk>2011-10-04 23:57:01 +0200
commit48cbffa2da42612a242f96fa0fd09683e9d1442b (patch)
tree42e16e5a9021c3e6f850f1b2c512f203e933d506 /src/tool_text.h
parent064482aaaf0857cc0ad01b845558d84e1f684d58 (diff)
Move key press stuff into tool callbacks
Diffstat (limited to 'src/tool_text.h')
-rw-r--r--src/tool_text.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tool_text.h b/src/tool_text.h
index b2f333b..2e865d7 100644
--- a/src/tool_text.h
+++ b/src/tool_text.h
@@ -29,10 +29,6 @@
#include <gtk/gtk.h>
-extern void insert_text(struct object *o, char *t);
-extern void handle_text_backspace(struct object *o);
-extern void move_cursor_left(struct object *o);
-extern void move_cursor_right(struct object *o);
extern struct toolinfo *initialise_text_tool(GtkWidget *w);