summaryrefslogtreecommitdiffhomepage
path: root/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Main.hs')
-rw-r--r--Main.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Main.hs b/Main.hs
index 74ed8cd..1a0653f 100644
--- a/Main.hs
+++ b/Main.hs
@@ -64,7 +64,6 @@ main = do
vars <- mapM startCommand cl
(r,w) <- createWin d fs conf
eventLoop (XConf d r w fs conf) vars
- releaseFont d fs
-- | Reads the configuration files or quits with an error
readConfig :: FilePath -> IO (Config,[String])