Fix some capitalisation in the preferences dialog.
[ardour.git] / gtk2_ardour / editor_mouse.cc
index 5ce8fcd3862a3fe01567e1707588cde5b0628e99..928801d0b213cda746af011ff2c70dca01ac73e4 100644 (file)
@@ -2914,8 +2914,6 @@ Editor::set_canvas_cursor_for_region_view (double x, RegionView* rv)
                return;
        }
 
-       assert (rv);
-
        ArdourCanvas::Group* g = rv->get_canvas_group ();
        ArdourCanvas::Group* p = g->parent ();