From a60910cb3db6f47fd8f3b7f31648a9d0514d4f2c Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 20 Nov 2021 22:43:30 +0800 Subject: ... --- include/cru/ui/controls/Window.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/cru/ui/controls/Window.hpp') 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 CreateNativeWindow( - gsl::not_null host, - platform::gui::INativeWindow* parent) override; }; } // namespace cru::ui::controls -- cgit v1.2.3