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/ScrollView.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include/cru/ui/controls/ScrollView.h') diff --git a/include/cru/ui/controls/ScrollView.h b/include/cru/ui/controls/ScrollView.h index 43b6390c..244977d5 100644 --- a/include/cru/ui/controls/ScrollView.h +++ b/include/cru/ui/controls/ScrollView.h @@ -7,17 +7,11 @@ namespace cru::ui::controls { class CRU_UI_API ScrollView : public SingleChildControl { public: - static ScrollView* Create() { return new ScrollView(); } - static constexpr StringView kControlType = u"ScrollView"; - protected: ScrollView(); - - public: CRU_DELETE_COPY(ScrollView) CRU_DELETE_MOVE(ScrollView) - ~ScrollView() override; public: -- cgit v1.2.3