Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
Remove unreferenced import
Browse files Browse the repository at this point in the history
  • Loading branch information
harto committed Oct 22, 2013
1 parent 4412106 commit 895d19b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions swing/src/enoki/swing.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
[enoki.event :as event]
[enoki.graphics.java2d :as gfx]
[enoki.logging]
[enoki.logging-macros :as log])
(:import [java.awt.event KeyEvent]))
[enoki.logging-macros :as log]))

(defn- map-char-range [from-char to-char]
(into {} (for [code (range (int from-char)
Expand Down

0 comments on commit 895d19b

Please sign in to comment.