summaryrefslogtreecommitdiffstats
path: root/Event.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Event.hs')
-rw-r--r--Event.hs12
1 files changed, 0 insertions, 12 deletions
diff --git a/Event.hs b/Event.hs
deleted file mode 100644
index 5790aac..0000000
--- a/Event.hs
+++ /dev/null
@@ -1,12 +0,0 @@
-module Event where
-
-import Blessings
-import Scanner
-
-data Event =
- EFlash (Blessings String) |
- EScan Scan |
- EShutdown |
- EReload |
- EResize Int Int
- deriving Show