summaryrefslogtreecommitdiff
path: root/redo/modalqueue.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-26 15:39:04 -0400
committerPietro Gagliardi <[email protected]>2014-08-26 15:39:04 -0400
commit8e9607083b7e540a8897aa8b923e7ac4f3df9b12 (patch)
tree615efc60d8106550251d4e3229bb57acd15fe630 /redo/modalqueue.h
parent428c20d4f58cef7bb1d00895148dbe33bba5dc2d (diff)
Got rid of the modal queue now that it's no longer needed.
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 *);