From 477155d6fccc8eafadb6d7f4c468c9141d7d4e92 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 18 Mar 2020 22:37:41 +0800 Subject: ... --- include/cru/ui/render/stack_layout_render_object.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/cru/ui/render/stack_layout_render_object.hpp') diff --git a/include/cru/ui/render/stack_layout_render_object.hpp b/include/cru/ui/render/stack_layout_render_object.hpp index 0d33e7e3..c259b98d 100644 --- a/include/cru/ui/render/stack_layout_render_object.hpp +++ b/include/cru/ui/render/stack_layout_render_object.hpp @@ -2,11 +2,6 @@ #include "layout_render_object.hpp" namespace cru::ui::render { -struct StackChildLayoutData { - Alignment horizontal = Alignment::Start; - Alignment vertical = Alignment::Start; -}; - class StackLayoutRenderObject : public LayoutRenderObject { public: -- cgit v1.2.3