summaryrefslogtreecommitdiff
path: root/ted.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-01-30 11:52:25 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-01-30 11:52:25 -0500
commita61d90c32d4d6448148894872ebd91eb8f10fc2e (patch)
tree44d24f9b86064ba6ff706e4700865ebea65521a2 /ted.c
parent55fd631d86769e719f81206901bc1c3fb598fb5e (diff)
warn when closing tab with unsaved changes
Diffstat (limited to 'ted.c')
-rw-r--r--ted.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ted.c b/ted.c
index bc34123..431768e 100644
--- a/ted.c
+++ b/ted.c
@@ -196,6 +196,3 @@ static bool ted_new_file(Ted *ted) {
return false;
}
}
-
-static void menu_open(Ted *ted, Menu menu);
-static void menu_escape(Ted *ted);