summaryrefslogtreecommitdiffstats
path: root/core/src/alignment.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/alignment.rs')
-rw-r--r--core/src/alignment.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/alignment.rs b/core/src/alignment.rs
index 73f41d3f..51b7fca9 100644
--- a/core/src/alignment.rs
+++ b/core/src/alignment.rs
@@ -11,9 +11,6 @@ pub enum Alignment {
/// Align at the end of the axis.
End,
-
- /// Fill the entire axis.
- Fill,
}
impl From<Horizontal> for Alignment {