aboutsummaryrefslogtreecommitdiff
path: root/ch23/23_a_1/PodLocalMain.hs
diff options
context:
space:
mode:
Diffstat (limited to 'ch23/23_a_1/PodLocalMain.hs')
-rw-r--r--ch23/23_a_1/PodLocalMain.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/ch23/23_a_1/PodLocalMain.hs b/ch23/23_a_1/PodLocalMain.hs
deleted file mode 100644
index 94bd963..0000000
--- a/ch23/23_a_1/PodLocalMain.hs
+++ /dev/null
@@ -1,7 +0,0 @@
-{-- snippet all --}
-module Main where
-
-import qualified PodMainGUI
-
-main = PodMainGUI.main "podresources.glade"
-{-- /snippet all --}