NO-OP: remove unused variable warning

This commit is contained in:
Paul Davis 2023-04-27 19:56:18 -06:00
parent 408aed9e85
commit 57d2a85c0a
1 changed files with 0 additions and 2 deletions

View File

@ -3877,8 +3877,6 @@ TempoEndDrag::motion (GdkEvent* event, bool first_move)
}
}
timepos_t const pos = adjusted_current_time (event, false);
// map->stretch_tempo_end (_tempo, timepos_t (_grab_qn).samples(), pos.samples());
_editor->mid_tempo_change (Editor::TempoChanged);
ostringstream sstr;