Skip to content

Commit

Permalink
Remove unused namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Santos committed Dec 9, 2018
1 parent 4cf3e0d commit 87c463b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/robinson/fx.clj
Expand Up @@ -8,8 +8,7 @@
[robinson.actors :as ractors]
[robinson.world :as rw]
[robinson.npc :as rnpc]
[taoensso.timbre :as log]
[zaffre.animation.wrapper :as zaw]))
[taoensso.timbre :as log]))

(defn fx-id []
(.toString (java.util.UUID/randomUUID)))
Expand Down
3 changes: 1 addition & 2 deletions src/robinson/fx/airborn_item.clj
Expand Up @@ -14,8 +14,7 @@
[robinson.itemgen :as ig]
[robinson.traps :as rt]
[robinson.combat :as rcombat]
[taoensso.timbre :as log]
[zaffre.animation.wrapper :as zaw]))
[taoensso.timbre :as log]))

(defrecord AirbornItemActor [item xy-path ttl fx-ks]
ractors/Actor
Expand Down

0 comments on commit 87c463b

Please sign in to comment.