summaryrefslogtreecommitdiff
path: root/src/geom/align.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2021-03-25 21:32:33 +0100
committerLaurenz <laurmaedje@gmail.com>2021-03-25 21:32:33 +0100
commit76fc4cca62f5b955200b2c62cc85b69eea491ece (patch)
tree5b8492268c996cf23b13e26c7a4356fbd156286d /src/geom/align.rs
parente8057a53856dc09594c9e5861f1cd328531616e0 (diff)
Refactor alignments & directions 📐
- Adds lang function - Refactors execution context - Adds StackChild and ParChild enums
Diffstat (limited to 'src/geom/align.rs')
-rw-r--r--src/geom/align.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/geom/align.rs b/src/geom/align.rs
index e13da378..422624d8 100644
--- a/src/geom/align.rs
+++ b/src/geom/align.rs
@@ -1,8 +1,5 @@
use super::*;
-/// The alignments of a layout in its parent.
-pub type LayoutAligns = Gen<Align>;
-
/// Where to align something along a directed axis.
#[derive(Debug, Copy, Clone, Eq, PartialEq, Ord, PartialOrd)]
pub enum Align {