more simplification
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 27 Dec 2025 01:14:39 +0000 (17:14 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 27 Dec 2025 01:14:39 +0000 (17:14 -0800)
rust/pspp/src/spv/read/legacy_xml.rs

index 5508a3c554affae5689055d40395f5f1b367c4ca..07cbf8c8644a30f7928700ca36cc805f9cd19fca 100644 (file)
@@ -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.