0
Fork 0
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:
Andrey Antukh 2021-11-15 12:14:28 +01:00 committed by Andrés Moya
parent b4361cb202
commit 0a7da1b7f2

View file

@ -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]