summaryrefslogtreecommitdiffstats
path: root/src/app/layout_manager.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/layout_manager.rs')
-rw-r--r--src/app/layout_manager.rs22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/app/layout_manager.rs b/src/app/layout_manager.rs
index ca353f52..866ed917 100644
--- a/src/app/layout_manager.rs
+++ b/src/app/layout_manager.rs
@@ -697,28 +697,6 @@ impl BottomLayout {
}
}
-// pub enum BottomLayoutNode {
-// Container(BottomContainer),
-// Widget(BottomWidget),
-// }
-
-// pub struct BottomContainer {
-// children: Vec<BottomLayoutNode>,
-// root_ratio: u32,
-// growth_type: BottomLayoutNodeSizing,
-// }
-
-// pub enum BottomContainerType {
-// Row,
-// Col,
-// }
-
-// pub enum BottomLayoutNodeSizing {
-// Ratio(u32),
-// CanvasHandles,
-// FlexGrow,
-// }
-
/// Represents a single row in the layout.
#[derive(Clone, Debug)]
pub struct BottomRow {