From 3cb55532c8918a4c2f1b110d19af082b4428081f Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 10 Mar 2020 13:25:47 +0100 Subject: [PATCH] :fire: Remove commented code. --- common/uxbox/common/pages.cljc | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/common/uxbox/common/pages.cljc b/common/uxbox/common/pages.cljc index a0dbced74..99e2af71a 100644 --- a/common/uxbox/common/pages.cljc +++ b/common/uxbox/common/pages.cljc @@ -6,6 +6,7 @@ ;; defined by the Mozilla Public License, v. 2.0. ;; ;; Copyright (c) 2019-2020 Andrey Antukh + (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))