summaryrefslogtreecommitdiff
path: root/redo/modalqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'redo/modalqueue.h')
-rw-r--r--redo/modalqueue.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/redo/modalqueue.h b/redo/modalqueue.h
deleted file mode 100644
index e05db36..0000000
--- a/redo/modalqueue.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/* 19 august 2014 */
-
-extern void beginModal(void);
-extern void endModal(void);
-extern int queueIfModal(void *);
-
-/* needed by the above */
-extern void doissue(void *);
-extern void modalPanic(char *, char *);