aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/render/LayoutUtility.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/render/LayoutUtility.hpp')
-rw-r--r--include/cru/ui/render/LayoutUtility.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/cru/ui/render/LayoutUtility.hpp b/include/cru/ui/render/LayoutUtility.hpp
deleted file mode 100644
index 63d13fd3..00000000
--- a/include/cru/ui/render/LayoutUtility.hpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-#include "Base.hpp"
-
-namespace cru::ui::render {
-Size Min(const Size& left, const Size& right);
-Size Max(const Size& left, const Size& right);
-} // namespace cru::ui::render