Remove invalid declarations.
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 21 Jul 2011 20:27:23 -0400 |
parents |
4eb927d58734
|
children |
0431d566789d
|
branches/tags |
(none) |
files |
src/clojurecraft/core.clj |
Changes
--- a/src/clojurecraft/core.clj Thu Jul 21 20:26:02 2011 -0400
+++ b/src/clojurecraft/core.clj Thu Jul 21 20:27:23 2011 -0400
@@ -12,9 +12,6 @@
(def minecraft-local {:name "localhost" :port 25565})
-(declare conn-handler)
-(declare login)
-
; Connections ----------------------------------------------------------------------
(def *worlds* (ref {}))
(defn get-world [server]