diff --git a/src/clj/com/rpl/specter/navs.cljc b/src/clj/com/rpl/specter/navs.cljc index 636749d..90b9a77 100644 --- a/src/clj/com/rpl/specter/navs.cljc +++ b/src/clj/com/rpl/specter/navs.cljc @@ -36,14 +36,6 @@ (walker structure) (i/get-cell ret))) - -(defn key-select [akey structure next-fn] - (next-fn (get structure akey))) - -(defn key-transform [akey structure next-fn] - (assoc structure akey (next-fn (get structure akey)))) - - (defn all-select [structure next-fn] (doseqres i/NONE [e structure] (next-fn e)))