aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/StackLayout.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/controls/StackLayout.h')
-rw-r--r--include/cru/ui/controls/StackLayout.h6
1 files changed, 0 insertions, 6 deletions
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(); }