diff options
Diffstat (limited to 'include/cru/ui/controls/TextBox.h')
-rw-r--r-- | include/cru/ui/controls/TextBox.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/cru/ui/controls/TextBox.h b/include/cru/ui/controls/TextBox.h index 0632cc12..94a1ac0c 100644 --- a/include/cru/ui/controls/TextBox.h +++ b/include/cru/ui/controls/TextBox.h @@ -15,15 +15,9 @@ class CRU_UI_API TextBox : public NoChildControl, public: static constexpr StringView control_type = u"TextBox"; - static TextBox* Create() { return new TextBox(); } - - protected: TextBox(); - - public: CRU_DELETE_COPY(TextBox) CRU_DELETE_MOVE(TextBox) - ~TextBox() override; String GetControlType() const final { return control_type.ToString(); } |