aboutsummaryrefslogtreecommitdiff
path: root/src/ui/layout_base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/layout_base.hpp')
-rw-r--r--src/ui/layout_base.hpp7
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);