From 58fd5162fdb32d4cf70a7fdd6cf6a83ba9e32f6d Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 5 Dec 2018 14:08:36 +0800 Subject: Remove IsNoHandler. --- CruUI-Generate/cru_ui.hpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'CruUI-Generate/cru_ui.hpp') 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 handlers_; -- cgit v1.2.3