diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/timeline.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/timeline.cc b/src/wx/timeline.cc index a9372b6bb..80f4133c0 100644 --- a/src/wx/timeline.cc +++ b/src/wx/timeline.cc @@ -476,7 +476,6 @@ Timeline::event_to_view (wxMouseEvent& ev) Position<int> const p (ev.GetX() + vsx * _x_scroll_rate, ev.GetY() + vsy * _y_scroll_rate); while (i != _views.rend() && !(*i)->bbox().contains (p)) { - auto cv = dynamic_pointer_cast<TimelineContentView>(*i); ++i; } |
