summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-02-15 16:06:19 -0600
committerBen Loftis <ben@harrisonconsoles.com>2018-02-17 09:12:38 -0600
commitf54f270627fcd141f5dd7d2b31e3e21cca468462 (patch)
treed3591ff96959c2a5ac2de9ee3ca92d79746c5cb3 /gtk2_ardour/editor_mouse.cc
parent5c741bf8c5486de7e62269cd426d3c31cac6b77b (diff)
Fix a few warnings
Diffstat (limited to 'gtk2_ardour/editor_mouse.cc')
-rw-r--r--gtk2_ardour/editor_mouse.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc
index 1a90513f72..6b24acd938 100644
--- a/gtk2_ardour/editor_mouse.cc
+++ b/gtk2_ardour/editor_mouse.cc
@@ -2237,7 +2237,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();
- RouteTimeAxisView* rtv = dynamic_cast<RouteTimeAxisView*>(tv);
samplepos_t where = get_preferred_edit_position();