Use underscore for unused symbol
This commit is contained in:
@@ -34,10 +34,10 @@
|
|||||||
:as options}]
|
:as options}]
|
||||||
(let [screen (atom {})
|
(let [screen (atom {})
|
||||||
entities (atom '())
|
entities (atom '())
|
||||||
watcher (add-watch entities
|
_ (add-watch entities
|
||||||
:changed
|
:changed
|
||||||
(fn [_ _ _ new-entities]
|
(fn [_ _ _ new-entities]
|
||||||
(refresh-renderer! @screen new-entities)))
|
(refresh-renderer! @screen new-entities)))
|
||||||
execute-fn! (fn [func & {:keys [] :as options}]
|
execute-fn! (fn [func & {:keys [] :as options}]
|
||||||
(when func
|
(when func
|
||||||
(let [old-entities @entities]
|
(let [old-entities @entities]
|
||||||
|
|||||||
Reference in New Issue
Block a user