Browse Source

fix: lint

Tienson Qin 6 months ago
parent
commit
ce791172ab
1 changed files with 0 additions and 5 deletions
  1. 0 5
      src/main/frontend/state.cljs

+ 0 - 5
src/main/frontend/state.cljs

@@ -586,11 +586,6 @@ should be done through this fn in order to get global config and config defaults
     "LATER"
     "TODO"))
 
-(defn get-filename-format
-  ([] (get-filename-format (get-current-repo)))
-  ([repo]
-   (:file/name-format (get-config repo))))
-
 (defn get-date-formatter
   []
   (let [repo (get-current-repo)]