NO-OP: whitespace inside #if 0
This commit is contained in:
parent
6c29bc1f55
commit
d5ccc7ba98
@ -417,9 +417,10 @@ DiskWriter::set_state (const XMLNode& node, int version)
|
|||||||
if (DiskIOProcessor::set_state (node, version)) {
|
if (DiskIOProcessor::set_state (node, version)) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0 // XXX DISK
|
#if 0 // XXX DISK
|
||||||
if (!node.property (X_("capture-alignment"))) != 0) {
|
if (!node.property (X_("capture-alignment")) != 0) {
|
||||||
set_align_choice (AlignChoice (string_2_enum (prop->value(), _alignment_choice)), true);
|
set_align_choice (AlignChoice (string_2_enum (prop->value(), _alignment_choice)), true);
|
||||||
} else {
|
} else {
|
||||||
set_align_choice (Automatic, true);
|
set_align_choice (Automatic, true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user