From 1d0eb1d26f8744ab0e318045c3cdf789c4995f62 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 25 Feb 2020 21:00:48 +0100 Subject: [PATCH] :fire: Remove unused macro. --- frontend/src/uxbox/builtins/icons.clj | 8 -------- 1 file changed, 8 deletions(-) diff --git a/frontend/src/uxbox/builtins/icons.clj b/frontend/src/uxbox/builtins/icons.clj index 3d980ab20..869cd50f5 100644 --- a/frontend/src/uxbox/builtins/icons.clj +++ b/frontend/src/uxbox/builtins/icons.clj @@ -8,14 +8,6 @@ (ns uxbox.builtins.icons (:require [rumext.alpha])) -(defmacro inline-icon - [id] - (let [href (str "#icon-" (name id))] - `(rumext.alpha/html - [:svg {:width 500 :height 500} - [:use {:xlinkHref ~href}]]))) - - (defmacro icon-xref [id] (let [href (str "#icon-" (name id))]