projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
375389f
)
more simplification
author
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 27 Dec 2025 01:14:39 +0000
(17:14 -0800)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sat, 27 Dec 2025 01:14:39 +0000
(17:14 -0800)
rust/pspp/src/spv/read/legacy_xml.rs
patch
|
blob
|
history
diff --git
a/rust/pspp/src/spv/read/legacy_xml.rs
b/rust/pspp/src/spv/read/legacy_xml.rs
index 5508a3c554affae5689055d40395f5f1b367c4ca..07cbf8c8644a30f7928700ca36cc805f9cd19fca 100644
(file)
--- 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.