🔥 Remove unused code.

This commit is contained in:
Andrey Antukh 2020-09-14 15:33:58 +02:00 committed by Alonso Torres
parent 1bde48730c
commit 65b579c6b6
3 changed files with 1 additions and 10 deletions

View file

@ -121,12 +121,6 @@
(def workspace-snap-data
(l/derived :workspace-snap-data st/state))
;; TODO: BROKEN & TO BE REMOVED
(def workspace-data
(-> #(let [page-id (get-in % [:workspace-page :id])]
(get-in % [:workspace-data page-id]))
(l/derived st/state)))
(def workspace-page
(l/derived (fn [state]
(let [page-id (:current-page-id state)