13
0

Remove unused variable.

This commit is contained in:
nick_m 2016-09-07 00:27:01 +10:00
parent 3f4d49fd2f
commit fb9f4636e7

View File

@ -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);