From d40244278525497e3696ad27a61cec0f79b35756 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 17 Jan 2016 23:31:25 +0200 Subject: [PATCH] Remove some dead code. --- src/uxbox/shapes.cljs | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/uxbox/shapes.cljs b/src/uxbox/shapes.cljs index cf8b4e446..67dfe7974 100644 --- a/src/uxbox/shapes.cljs +++ b/src/uxbox/shapes.cljs @@ -15,16 +15,6 @@ {:pre [(keyword? type)]} (isa? +hierarchy+ type ::shape)) -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Api -;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; - -(declare -render) - -(defn render - ([shape] (-render shape nil)) - ([shape attrs] (-render shape attrs))) - ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Implementation Api ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;