Remove deprecation warning on `reg-event`. It was only there for intermediate alpha releases.

This commit is contained in:
Mike Thompson 2016-08-16 12:23:22 +10:00
parent 0ec80051c6
commit c50ba86cd4
1 changed files with 0 additions and 5 deletions

View File

@ -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)) ")")