Fix a few build warnings

This commit is contained in:
Ian Douglas Scott 2025-08-22 13:11:32 -07:00
parent 30ca652b1e
commit 0375f28bb2
3 changed files with 3 additions and 4 deletions

View file

@ -68,7 +68,6 @@ impl AxisToplevelLayout for RowColToplevelLayout {
max_limit: AxisSize,
toplevels: &[LayoutToplevel<'_, AxisSize>],
) -> impl Iterator<Item = AxisRectangle> {
let requested_main_total = self.requested_main_total(toplevels);
let scale_factor = self.scale_factor(max_limit, toplevels);
// Add padding to center if total requested size doesn't fill available space