diff options
Diffstat (limited to 'include/cru/ui/control.hpp')
-rw-r--r-- | include/cru/ui/control.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/cru/ui/control.hpp b/include/cru/ui/control.hpp index 30dc589a..d66405e6 100644 --- a/include/cru/ui/control.hpp +++ b/include/cru/ui/control.hpp @@ -147,12 +147,6 @@ class Control : public Object { private: bool is_mouse_over_ = false; - struct { - bool left; - bool middle; - bool right; - } click_map_; - std::shared_ptr<platform::native::ICursor> cursor_ = nullptr; }; } // namespace cru::ui |