From 6b4edc9be8ec556147c195cf2047d92b9439efd7 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Tue, 18 Nov 2025 00:46:27 +0800 Subject: Bring back ControlHost and refactor tree management of control. --- include/cru/ui/controls/Button.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/cru/ui/controls/Button.h') diff --git a/include/cru/ui/controls/Button.h b/include/cru/ui/controls/Button.h index e8fa50f1..64b9bba0 100644 --- a/include/cru/ui/controls/Button.h +++ b/include/cru/ui/controls/Button.h @@ -16,10 +16,6 @@ class CRU_UI_API Button : public SingleChildControl, public: Button(); - Button(const Button& other) = delete; - Button(Button&& other) = delete; - Button& operator=(const Button& other) = delete; - Button& operator=(Button&& other) = delete; ~Button() override; std::string GetControlType() const final { return std::string(kControlType); } -- cgit v1.2.3