mirror of
https://github.com/penpot/penpot.git
synced 2025-03-16 09:41:41 -05:00
🔥 Remove commented code.
This commit is contained in:
parent
b3e7d6ea29
commit
3cb55532c8
1 changed files with 1 additions and 15 deletions
|
@ -6,6 +6,7 @@
|
|||
;; defined by the Mozilla Public License, v. 2.0.
|
||||
;;
|
||||
;; Copyright (c) 2019-2020 Andrey Antukh <niwi@niwi.nz>
|
||||
|
||||
(ns uxbox.common.pages
|
||||
"A common (clj/cljs) functions and specs for pages."
|
||||
(:require
|
||||
|
@ -143,21 +144,6 @@
|
|||
(s/keys :req-un [::id ::frame-id]
|
||||
:opt-un [::session-id]))
|
||||
|
||||
;; (defmethod change-spec-impl :mod-shape [_]
|
||||
;; (s/keys :req-un [::id ::operations ::session-id]))
|
||||
|
||||
;; (defmethod change-spec-impl :mov-shape [_]
|
||||
;; (s/keys :req-un [::id ::index ::session-id]))
|
||||
|
||||
;; (defmethod change-spec-impl :mod-opts [_]
|
||||
;; (s/keys :req-un [::operations ::session-id]))
|
||||
|
||||
;; (defmethod change-spec-impl :del-shape [_]
|
||||
;; (s/keys :req-un [::id ::session-id]))
|
||||
|
||||
;; (defmethod change-spec-impl :del-canvas [_]
|
||||
;; (s/keys :req-un [::id ::session-id]))
|
||||
|
||||
(s/def ::change (s/multi-spec change-spec-impl :type))
|
||||
(s/def ::changes (s/coll-of ::change))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue