summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-01-30 13:21:53 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-01-30 13:21:53 -0500
commitb35a780479bbf5038a825d415f9ca49c92f6b425 (patch)
tree44e71007552714b03ae812e466495ec5c8a7e27b /ted.h
parenta61d90c32d4d6448148894872ebd91eb8f10fc2e (diff)
ctrl+q to quit (with unsaved changes dialog)
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);