aboutsummaryrefslogtreecommitdiff
path: root/src/cru_event.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cru_event.hpp')
-rw-r--r--src/cru_event.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cru_event.hpp b/src/cru_event.hpp
index 63de7e76..fa41d646 100644
--- a/src/cru_event.hpp
+++ b/src/cru_event.hpp
@@ -76,13 +76,6 @@ namespace cru {
(handler.second)(args);
}
-
- //TODO: Remove this!
- bool IsNoHandler() const
- {
- return handlers_.empty();
- }
-
private:
std::map<EventHandlerToken, EventHandler> handlers_;