summaryrefslogtreecommitdiff
path: root/ted.c
diff options
context:
space:
mode:
Diffstat (limited to 'ted.c')
-rw-r--r--ted.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ted.c b/ted.c
index 222932f..6fd2906 100644
--- a/ted.c
+++ b/ted.c
@@ -1,8 +1,3 @@
-void menu_open(Ted *ted, Menu menu);
-void menu_close(Ted *ted);
-void find_update(Ted *ted, bool force);
-Command command_from_str(char const *str);
-
// this is a macro so we get -Wformat warnings
#define ted_seterr(ted, ...) \
snprintf((ted)->error, sizeof (ted)->error - 1, __VA_ARGS__)