Skip to content

Commit

Permalink
Remove allowsVerticalWritingMode from feature (unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxammann committed Aug 29, 2024
1 parent 820ea08 commit 7b53163
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions maplibre/src/sdf/layout/symbol_feature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pub struct SymbolGeometryTileFeature {
pub icon: Option<expression::Image>,
pub sortKey: f64,
pub index: usize,
pub allowsVerticalWritingMode: bool,
}

impl PartialEq<Self> for SymbolGeometryTileFeature {
Expand Down Expand Up @@ -61,7 +60,6 @@ impl SymbolGeometryTileFeature {
icon: None,
sortKey: 0.0,
index: 0,
allowsVerticalWritingMode: false,
}
}
}

0 comments on commit 7b53163

Please sign in to comment.