From: Ben Pfaff Date: Sat, 27 Dec 2025 01:14:39 +0000 (-0800) Subject: more simplification X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e2bb3cd922163739595e1b89a8311d99d70af3a;p=pspp more simplification --- diff --git a/rust/pspp/src/spv/read/legacy_xml.rs b/rust/pspp/src/spv/read/legacy_xml.rs index 5508a3c554..07cbf8c864 100644 --- a/rust/pspp/src/spv/read/legacy_xml.rs +++ b/rust/pspp/src/spv/read/legacy_xml.rs @@ -830,10 +830,6 @@ impl Visualization { Self { format: Some((_, Some(TargetType::MajorTicks))), .. - } - | Self { - major_ticks: Some(_), - .. } if !wheres.is_empty() => { // Formatting for individual row or column labels. dbg!(); @@ -871,9 +867,6 @@ impl Visualization { Self { format: Some((_, Some(TargetType::Labeling))), .. - } - | Self { - labeling: Some(_), .. } => { // Formatting for individual cells or groups of them // with some dimensions in common.