From: Carl Hetherington Date: Sun, 20 Nov 2022 23:24:04 +0000 (+0100) Subject: Remove unused line. X-Git-Tag: v2.16.34~35 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=ef25237193100de106eccdb8f40524fa670bda76;ds=sidebyside Remove unused line. --- 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; }