diff options
author | crupest <crupest@outlook.com> | 2022-02-16 23:04:27 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-16 23:04:27 +0800 |
commit | 9307bd1af7c52aaf9c6d25b598bf3069a63c32a1 (patch) | |
tree | a3e485ad60a0114f42dfe3c8d4c64bee87c91ba5 /include/cru/ui/controls/RootControl.h | |
parent | f75ab0bd662c73d15057d746347d09bf94a992a6 (diff) | |
download | cru-9307bd1af7c52aaf9c6d25b598bf3069a63c32a1.tar.gz cru-9307bd1af7c52aaf9c6d25b598bf3069a63c32a1.tar.bz2 cru-9307bd1af7c52aaf9c6d25b598bf3069a63c32a1.zip |
...
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: |