Browse Source

chore: remove unused code

Tienson Qin 3 years ago
parent
commit
d486e38c86
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/main/frontend/handler/ui.cljs

+ 0 - 4
src/main/frontend/handler/ui.cljs

@@ -20,10 +20,6 @@
   [var-name]
   (.getPropertyValue (js/getComputedStyle (.-documentElement js/document)) var-name))
 
-(defn vw-small?
-  ([] (vw-small? (state/sub :ui/viewport)))
-  ([vw] (some-> (:width vw) (<= 640))))
-
 ;; sidebars
 (defn- get-right-sidebar-width
   []