summaryrefslogtreecommitdiff
path: root/muse2/muse/midiseq.cpp
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2013-08-10 17:22:58 +0200
committerFlorian Jung <flo@windfisch.org>2013-08-10 17:22:58 +0200
commitcf5765018e4b742bbf490cf9fd57757bfb921f83 (patch)
treeac6755ee9f4358f39bb2214121c9f36b1669c79b /muse2/muse/midiseq.cpp
parentd51caef570ef25b97b9b4687bd870a5afcc623ec (diff)
removed ModifyPart/changePart. Replaced with ModifyPartLength etc.
Diffstat (limited to 'muse2/muse/midiseq.cpp')
-rw-r--r--muse2/muse/midiseq.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/muse2/muse/midiseq.cpp b/muse2/muse/midiseq.cpp
index b94e284e..8aa6c289 100644
--- a/muse2/muse/midiseq.cpp
+++ b/muse2/muse/midiseq.cpp
@@ -119,9 +119,6 @@ void MidiSeq::processMsg(const ThreadMsg* m)
case MusECore::SEQM_REMOVE_PART:
MusEGlobal::song->cmdRemovePart((Part*)msg->p1);
break;
- case MusECore::SEQM_CHANGE_PART:
- MusEGlobal::song->cmdChangePart((Part*)msg->p1, (Part*)msg->p2, msg->a, msg->b);
- break;
case MusECore::SEQM_SET_TRACK_OUT_CHAN: