mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
Cleanup
This commit is contained in:
@@ -16,10 +16,6 @@
|
|||||||
[cljs.analyzer.api :as aapi]
|
[cljs.analyzer.api :as aapi]
|
||||||
[cuerdas.core :as str]))
|
[cuerdas.core :as str]))
|
||||||
|
|
||||||
(defmacro fixme
|
|
||||||
"Purely annotational macro to find instances later to remove when the refactor to tokens-lib is done."
|
|
||||||
[& body] `(do ~@body))
|
|
||||||
|
|
||||||
(defmacro legacy
|
(defmacro legacy
|
||||||
"Purely annotational macro to find instances later to remove when the refactor to tokens-lib is done."
|
"Purely annotational macro to find instances later to remove when the refactor to tokens-lib is done."
|
||||||
[& body] `(do ~@body))
|
[& body] `(do ~@body))
|
||||||
|
|||||||
Reference in New Issue
Block a user