diff options
author | crupest <crupest@outlook.com> | 2018-11-10 22:11:05 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2018-11-10 22:11:05 +0800 |
commit | 9cf812f77a879d5394a9158ce290f9d7e858de7d (patch) | |
tree | 83bbf3a45687be0a4f22840e295d988972de7b34 /src/ui/layout_base.hpp | |
parent | e5513daa53cb958b0c83d575c440f40aaf40f562 (diff) | |
download | cru-9cf812f77a879d5394a9158ce290f9d7e858de7d.tar.gz cru-9cf812f77a879d5394a9158ce290f9d7e858de7d.tar.bz2 cru-9cf812f77a879d5394a9158ce290f9d7e858de7d.zip |
Refactor layout invalidation system.
Diffstat (limited to 'src/ui/layout_base.hpp')
-rw-r--r-- | src/ui/layout_base.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/ui/layout_base.hpp b/src/ui/layout_base.hpp index d8e4e2d1..7ae6f65c 100644 --- a/src/ui/layout_base.hpp +++ b/src/ui/layout_base.hpp @@ -132,13 +132,6 @@ namespace cru::ui //Refresh position cache of the control and its descendants immediately. static void RefreshControlPositionCache(Control* control); - - //*************** region: layout *************** - - void InvalidateWindowLayout(Window* window); - - void RefreshInvalidWindowLayout(); - private: static void RefreshControlPositionCacheInternal(Control* control, const Point& parent_lefttop_absolute); |