0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 00:10:11 -05:00

Remove unused code from icons sidebar ns.

This commit is contained in:
Andrey Antukh 2016-11-18 21:18:53 +01:00
parent 3a5cd39ba4
commit 98f55d53ff
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -32,17 +32,6 @@
;; --- Icons (Component)
(defn- select-icon
[icon]
(rs/emit! (dw/select-for-drawing icon)))
(defn- change-icon-coll
[local event]
(let [value (-> (dom/event->value event)
(read-string))]
(swap! local assoc :collid value)
(rs/emit! (dw/select-for-drawing nil))))
(mx/defc icon-wrapper
{:mixins [mx/static]}
[icon]