aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/Popup.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-11-20 22:43:30 +0800
committercrupest <crupest@outlook.com>2021-11-20 22:43:30 +0800
commita60910cb3db6f47fd8f3b7f31648a9d0514d4f2c (patch)
tree32c01c22e21742ae0c9febb2cbc26339f99eec1d /include/cru/ui/controls/Popup.hpp
parent1a53ed0791d9793ed8030d3a44e833e5e7c4542b (diff)
downloadcru-a60910cb3db6f47fd8f3b7f31648a9d0514d4f2c.tar.gz
cru-a60910cb3db6f47fd8f3b7f31648a9d0514d4f2c.tar.bz2
cru-a60910cb3db6f47fd8f3b7f31648a9d0514d4f2c.zip
...
Diffstat (limited to 'include/cru/ui/controls/Popup.hpp')
-rw-r--r--include/cru/ui/controls/Popup.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/cru/ui/controls/Popup.hpp b/include/cru/ui/controls/Popup.hpp
index cd5e1813..2e40bb5b 100644
--- a/include/cru/ui/controls/Popup.hpp
+++ b/include/cru/ui/controls/Popup.hpp
@@ -22,10 +22,5 @@ class Popup : public RootControl {
~Popup() override;
String GetControlType() const override { return kControlType.ToString(); }
-
- protected:
- gsl::not_null<platform::gui::INativeWindow*> CreateNativeWindow(
- gsl::not_null<host::WindowHost*> host,
- platform::gui::INativeWindow* parent) override;
};
} // namespace cru::ui::controls