Skip to content

Commit

Permalink
Use another method to erase item
Browse files Browse the repository at this point in the history
  • Loading branch information
donarturo11 authored Sep 13, 2022
1 parent 3805414 commit b65d1d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/muse/operations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,6 @@ SongChangedStruct_t PendingOperationItem::executeRTStage()
DEBUG_OPERATIONS(stderr, "PendingOperationItem::executeRTStage DeleteMidiCtrlVal: mcvl:%p tick:%u part:%p val:%d\n",
_mcvl, _imcv->first, _imcv->second.part, _imcv->second.val);
_mcvl->delMCtlVal(_imcv->first, _imcv->second.part, _imcv->second.val);

// No song changed flags are required to be set here.
break;
case ModifyMidiCtrlVal:
Expand Down

0 comments on commit b65d1d3

Please sign in to comment.