mirror of
https://github.com/penpot/penpot.git
synced 2025-05-29 06:46:11 +02:00
♻️ Remove unused deserialization code
This commit is contained in:
parent
ec73bd640c
commit
8609db2182
5 changed files with 15 additions and 145 deletions
|
@ -17,11 +17,6 @@
|
|||
;; FIXME: get it from the wasm module
|
||||
(def FILL-BYTE-SIZE (+ 4 (max GRADIENT-BYTE-SIZE IMAGE-BYTE-SIZE SOLID-BYTE-SIZE)))
|
||||
|
||||
;; (defn write-fill! [offset heap-u32 fill]
|
||||
;; (let [dview (js/DataView. (.-buffer heap-u32))]
|
||||
;; offset))
|
||||
|
||||
|
||||
(defn write-solid-fill!
|
||||
[offset heap-u32 argb]
|
||||
(let [dview (js/DataView. (.-buffer heap-u32))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue