Remove unused variable.
This commit is contained in:
parent
3f4d49fd2f
commit
fb9f4636e7
@ -929,7 +929,6 @@ MidiRegionView::create_note_at (framepos_t t, double y, Evoral::Beats length, ui
|
|||||||
if (!mr) {
|
if (!mr) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
TempoMap& map (trackview.session()->tempo_map());
|
|
||||||
|
|
||||||
// Start of note in frames relative to region start
|
// Start of note in frames relative to region start
|
||||||
const int32_t divisions = trackview.editor().get_grid_music_divisions (state);
|
const int32_t divisions = trackview.editor().get_grid_music_divisions (state);
|
||||||
|
Loading…
Reference in New Issue
Block a user