diff options
Diffstat (limited to 'include/cru/ui/controls/Window.hpp')
-rw-r--r-- | include/cru/ui/controls/Window.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/cru/ui/controls/Window.hpp b/include/cru/ui/controls/Window.hpp index 63b4d1e3..b0828f70 100644 --- a/include/cru/ui/controls/Window.hpp +++ b/include/cru/ui/controls/Window.hpp @@ -23,10 +23,5 @@ class Window final : public RootControl { public: String GetControlType() const final { return control_type.ToString(); } - - protected: - gsl::not_null<platform::gui::INativeWindow*> CreateNativeWindow( - gsl::not_null<host::WindowHost*> host, - platform::gui::INativeWindow* parent) override; }; } // namespace cru::ui::controls |