remove remnant of attempted bugfix

This commit is contained in:
Nikolaus Gullotta 2019-05-24 14:56:30 -05:00 committed by Nikolaus Gullotta
parent 5a04577488
commit d5d96134d2
No known key found for this signature in database
GPG key ID: 565F60578092AA31

View file

@ -229,7 +229,6 @@ XMLNode& MixerSnapshotSubstitutionDialog::sanitize_node(XMLNode& node, const str
node.remove_property(X_("audio-playlist"));
XMLNode* pi_node = find_named_node(node, X_("PresentationInfo"));
XMLNode* proc_node = find_named_node(node, X_("PresentationInfo"));
if(pi_node) {
pi_node->remove_property(X_("order"));