diff options
author | 杨宇千 <crupest@outlook.com> | 2019-09-16 22:11:11 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-09-16 22:11:11 +0800 |
commit | 465d89b4207cce929dc8e0b6ac93c3533ba19408 (patch) | |
tree | 157df74f42d46d9b631163c087fd126f2eed021b /include/cru/ui/window.hpp | |
parent | f1da8e06253748887ae769845a6e605d56d5789b (diff) | |
download | cru-465d89b4207cce929dc8e0b6ac93c3533ba19408.tar.gz cru-465d89b4207cce929dc8e0b6ac93c3533ba19408.tar.bz2 cru-465d89b4207cce929dc8e0b6ac93c3533ba19408.zip |
...
Diffstat (limited to 'include/cru/ui/window.hpp')
-rw-r--r-- | include/cru/ui/window.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/cru/ui/window.hpp b/include/cru/ui/window.hpp index 1325100f..f4cdefaa 100644 --- a/include/cru/ui/window.hpp +++ b/include/cru/ui/window.hpp @@ -53,11 +53,6 @@ class Window final : public ContentControl, public SelfResolvable<Window> { // get more info. Control* GetMouseHoverControl() const { return mouse_hover_control_; } - //*************** region: layout *************** - void Relayout(); - - void InvalidateLayout(); - //*************** region: focus *************** // Request focus for specified control. |