diff options
Diffstat (limited to 'CruUI-Generate/cru_ui.hpp')
-rw-r--r-- | CruUI-Generate/cru_ui.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/CruUI-Generate/cru_ui.hpp b/CruUI-Generate/cru_ui.hpp index 1912e243..f662f4bd 100644 --- a/CruUI-Generate/cru_ui.hpp +++ b/CruUI-Generate/cru_ui.hpp @@ -1067,13 +1067,6 @@ namespace cru { (handler.second)(args); } - - //TODO: Remove this! - bool IsNoHandler() const - { - return handlers_.empty(); - } - private: std::map<EventHandlerToken, EventHandler> handlers_; |