diff --git a/src/re_frame/core.cljc b/src/re_frame/core.cljc index 97081e3..384bc09 100644 --- a/src/re_frame/core.cljc +++ b/src/re_frame/core.cljc @@ -153,11 +153,6 @@ (console :warn "re-frame: \"register-handler\" has been renamed \"reg-event-db\" (look for registration of " (str (first args)) ")") (apply reg-event-db args)) -(defn reg-event - [& args] - (console :warn "re-frame: \"reg-event\" has been renamed \"reg-event-db\" (look for registration of " (str (first args)) ")") - (apply reg-event-db args)) - (defn register-sub [& args] (console :warn "re-frame: \"register-sub\" is deprecated. Use \"reg-sub-raw\" (look for registration of " (str (first args)) ")")