From 9307bd1af7c52aaf9c6d25b598bf3069a63c32a1 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 16 Feb 2022 23:04:27 +0800 Subject: ... --- include/cru/ui/controls/RootControl.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/cru/ui/controls/RootControl.h') diff --git a/include/cru/ui/controls/RootControl.h b/include/cru/ui/controls/RootControl.h index a1878836..851b4db0 100644 --- a/include/cru/ui/controls/RootControl.h +++ b/include/cru/ui/controls/RootControl.h @@ -18,10 +18,6 @@ class CRU_UI_API RootControl ~RootControl() override; public: - host::WindowHost* GetWindowHost() const override { - return window_host_.get(); - } - platform::gui::INativeWindow* GetNativeWindow(); protected: -- cgit v1.2.3