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