From 7b9b5aef5de3d954905ebcecb886986d39b0fc1c Mon Sep 17 00:00:00 2001 From: oakes Date: Mon, 31 Mar 2014 20:03:20 -0400 Subject: [PATCH] Remove unnecessary metadata map --- src/play_clj/core.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/play_clj/core.clj b/src/play_clj/core.clj index 4b0b77d..d715f44 100644 --- a/src/play_clj/core.clj +++ b/src/play_clj/core.clj @@ -110,7 +110,6 @@ (defmacro defgame "Defines a game. This should only be called once." - {:url ""} [n & {:keys [] :as options}] `(defonce ~n (defgame* ~options)))