summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ted.h b/ted.h
index 74b5145..7c546ae 100644
--- a/ted.h
+++ b/ted.h
@@ -155,5 +155,4 @@ typedef struct Ted {
char error_shown[512]; // error display in box on screen
} Ted;
-// forward declarations
void command_execute(Ted *ted, Command c, i64 argument);