mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
🔥 Remove unused var.
This commit is contained in:
parent
b4361cb202
commit
0a7da1b7f2
1 changed files with 0 additions and 2 deletions
|
@ -213,8 +213,6 @@
|
||||||
;; --- Fonts Generation
|
;; --- Fonts Generation
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(def all-fotmats #{"font/woff2", "font/woff", "font/otf", "font/ttf"})
|
|
||||||
|
|
||||||
(defmethod process :generate-fonts
|
(defmethod process :generate-fonts
|
||||||
[{:keys [input] :as params}]
|
[{:keys [input] :as params}]
|
||||||
(letfn [(ttf->otf [data]
|
(letfn [(ttf->otf [data]
|
||||||
|
|
Loading…
Reference in a new issue