From 71751cbbd10420f366062214a06ee5623f4200ca Mon Sep 17 00:00:00 2001 From: gered Date: Sun, 30 Mar 2014 04:04:25 -0400 Subject: [PATCH] whoops --- src/toascii/models/flf.clj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/toascii/models/flf.clj b/src/toascii/models/flf.clj index d6df3a6..0f20501 100644 --- a/src/toascii/models/flf.clj +++ b/src/toascii/models/flf.clj @@ -164,6 +164,4 @@ (assoc loaded (get-filename-without-ext filename) (load-flf (io/resource (str "flf/" filename))))) {}) (reset! fonts) - (count))) - -(load-all!) \ No newline at end of file + (count))) \ No newline at end of file