mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
remove a dead variable initialization.
This commit is contained in:
parent
9313930bb3
commit
cf8f450f56
1 changed files with 1 additions and 2 deletions
|
|
@ -1010,8 +1010,7 @@ RegionMotionDrag::motion (GdkEvent* event, bool first_move)
|
||||||
this_delta_layer = - i->layer;
|
this_delta_layer = - i->layer;
|
||||||
}
|
}
|
||||||
|
|
||||||
int this_delta_time_axis_view = delta_time_axis_view;
|
int this_delta_time_axis_view = apply_track_delta(i->time_axis_view, delta_time_axis_view, delta_skip) - i->time_axis_view;
|
||||||
this_delta_time_axis_view = apply_track_delta(i->time_axis_view, delta_time_axis_view, delta_skip) - i->time_axis_view;
|
|
||||||
|
|
||||||
int track_index = i->time_axis_view + this_delta_time_axis_view;
|
int track_index = i->time_axis_view + this_delta_time_axis_view;
|
||||||
assert(track_index >= 0);
|
assert(track_index >= 0);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue