0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-16 01:31:22 -05:00

🔥 Remove commented code.

This commit is contained in:
Andrey Antukh 2020-03-10 13:25:47 +01:00
parent b3e7d6ea29
commit 3cb55532c8

View file

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