From ef25237193100de106eccdb8f40524fa670bda76 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 21 Nov 2022 00:24:04 +0100 Subject: [PATCH] Remove unused line. --- src/wx/timeline.cc | 1 - 1 file changed, 1 deletion(-) 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 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(*i); ++i; } -- 2.30.2