From c1dbad5fdf0560983e6c832eddded6f610eae94e Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 10 Feb 2022 19:49:06 +0800 Subject: ... --- include/cru/ui/controls/StackLayout.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/cru/ui/controls/StackLayout.h') diff --git a/include/cru/ui/controls/StackLayout.h b/include/cru/ui/controls/StackLayout.h index 28e0e796..82826171 100644 --- a/include/cru/ui/controls/StackLayout.h +++ b/include/cru/ui/controls/StackLayout.h @@ -9,15 +9,9 @@ class CRU_UI_API StackLayout public: static constexpr StringView kControlType = u"StackLayout"; - static StackLayout* Create() { return new StackLayout(); } - - protected: StackLayout(); - - public: CRU_DELETE_COPY(StackLayout) CRU_DELETE_MOVE(StackLayout) - ~StackLayout() override; String GetControlType() const final { return kControlType.ToString(); } -- cgit v1.2.3