From 0e2bb3cd922163739595e1b89a8311d99d70af3a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 26 Dec 2025 17:14:39 -0800 Subject: [PATCH] more simplification --- rust/pspp/src/spv/read/legacy_xml.rs | 7 ------- 1 file changed, 7 deletions(-) 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. -- 2.30.2