13
0

remove bogus default-channel property from MidiTrack XML

git-svn-id: svn://localhost/ardour2/branches/3.0@9598 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-05-26 15:03:32 +00:00
parent 16c280e405
commit 92ede6153e

View File

@ -222,7 +222,6 @@ MidiTrack::state(bool full_state)
root.add_property ("step-editing", (_step_editing ? "yes" : "no"));
root.add_property ("note-mode", enum_2_string (_note_mode));
root.add_property ("midi-thru", (_midi_thru ? "yes" : "no"));
root.add_property ("default-channel", buf);
return root;
}