From 309476fdfdee58675ff6bcc35e8c1a62cfc5e99c Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Thu, 12 Sep 2024 10:23:45 +0200 Subject: [PATCH] Cleanup --- frontend/src/app/main/ui/workspace/tokens/token_set.cljs | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/app/main/ui/workspace/tokens/token_set.cljs b/frontend/src/app/main/ui/workspace/tokens/token_set.cljs index ee2678c21..b7b06e59e 100644 --- a/frontend/src/app/main/ui/workspace/tokens/token_set.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/token_set.cljs @@ -6,9 +6,6 @@ ;; Themes ---------------------------------------------------------------------- -(defn get-theme-group [theme] - (:group theme)) - (defn get-workspace-themes [state] (get-in state [:workspace-data :token-themes] []))