aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/render/stack_layout_render_object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/render/stack_layout_render_object.hpp')
-rw-r--r--include/cru/ui/render/stack_layout_render_object.hpp5
1 files changed, 0 insertions, 5 deletions
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<StackChildLayoutData> {
public: