From f3a8fd608a9776ef0a5f547da918a32cf6074060 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 23 May 2020 23:50:00 +0800 Subject: ... --- include/cru/ui/control.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/cru/ui/control.hpp') 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 cursor_ = nullptr; }; } // namespace cru::ui -- cgit v1.2.3