summaryrefslogtreecommitdiff
path: root/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'input.h')
-rw-r--r--input.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/input.h b/input.h
index 4b7eb05..33f349f 100644
--- a/input.h
+++ b/input.h
@@ -18,8 +18,6 @@ enum editor_key {
#define CTRL_KEY(k) ((k) & 0x1f)
-int editor_read_key();
-void editor_move_cursor(struct editor_state* editor, int key);
-void editor_process_keypress(struct editor_state* editor, int keycode);
+void editor_process_keypress(struct editor_state *editor, int keycode);
#endif