aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/Popup.h
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-02-10 19:49:06 +0800
committercrupest <crupest@outlook.com>2022-02-10 19:49:06 +0800
commitc1dbad5fdf0560983e6c832eddded6f610eae94e (patch)
tree40f22f7e6aa7ef39c49b1c007beed37130fc0b5d /include/cru/ui/controls/Popup.h
parentb2622f654598f82a220a98daaa84fed9ce3b92b2 (diff)
downloadcru-c1dbad5fdf0560983e6c832eddded6f610eae94e.tar.gz
cru-c1dbad5fdf0560983e6c832eddded6f610eae94e.tar.bz2
cru-c1dbad5fdf0560983e6c832eddded6f610eae94e.zip
...
Diffstat (limited to 'include/cru/ui/controls/Popup.h')
-rw-r--r--include/cru/ui/controls/Popup.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/cru/ui/controls/Popup.h b/include/cru/ui/controls/Popup.h
index 271ad4b7..464e7278 100644
--- a/include/cru/ui/controls/Popup.h
+++ b/include/cru/ui/controls/Popup.h
@@ -10,10 +10,6 @@ class CRU_UI_API Popup : public RootControl {
public:
static constexpr StringView kControlType = u"Popup";
- static Popup* Create(Control* attached_control = nullptr) {
- return new Popup(attached_control);
- }
-
explicit Popup(Control* attached_control = nullptr);
CRU_DELETE_COPY(Popup)