remove all dangling event-loop-precall code

This commit is contained in:
Paul Davis
2021-10-11 17:48:44 -06:00
parent 9adc336d50
commit 9e763c2672
8 changed files with 0 additions and 29 deletions

View File

@@ -380,9 +380,3 @@ ControlProtocol::notify_stripable_selection_changed (StripableNotificationListPt
_last_selected = *sp;
}
void
ControlProtocol::event_loop_precall ()
{
Temporal::TempoMap::fetch ();
}