13
0

NO-OP: remove unused variable

This commit is contained in:
Robin Gareus 2019-03-29 14:33:31 +01:00
parent 6f1fd3e4fd
commit 0eee891de9
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -2263,7 +2263,6 @@ Editor::region_view_item_click (AudioRegionView& rv, GdkEventButton* event)
*/
if (Keyboard::modifier_state_contains (event->state, Keyboard::PrimaryModifier)) {
TimeAxisView* tv = &rv.get_time_axis_view();
samplepos_t where = get_preferred_edit_position();