mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
Remove unsued constants from rules ns.
This commit is contained in:
parent
3424c768ab
commit
262f305bf9
@ -17,13 +17,8 @@
|
|||||||
|
|
||||||
;; --- Constants & Helpers
|
;; --- Constants & Helpers
|
||||||
|
|
||||||
(def ^:const zoom 1)
|
|
||||||
(def ^:const step-padding 20)
|
(def ^:const step-padding 20)
|
||||||
(def ^:const step-size 10)
|
(def ^:const step-size 10)
|
||||||
(def ^:const start-width wb/canvas-start-x)
|
|
||||||
(def ^:const start-height wb/canvas-start-y)
|
|
||||||
(def ^:const scroll-left 0)
|
|
||||||
(def ^:const scroll-top 0)
|
|
||||||
|
|
||||||
(defn big-ticks-mod [zoom] (/ 100 zoom))
|
(defn big-ticks-mod [zoom] (/ 100 zoom))
|
||||||
(defn mid-ticks-mod [zoom] (/ 50 zoom))
|
(defn mid-ticks-mod [zoom] (/ 50 zoom))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user