diff options
Diffstat (limited to 'include/cru/ui/controls/RootControl.h')
-rw-r--r-- | include/cru/ui/controls/RootControl.h | 4 |
1 files changed, 0 insertions, 4 deletions
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: |