Remove dead code.
[ardour.git] / gtk2_ardour / editor_ops.cc
index e5fc42af17c8991c5c0810a0e663e6846702c3eb..f0de126c6735046a66bfa37be53d424fe17dd106 100644 (file)
@@ -4963,7 +4963,7 @@ Editor::quantize_region ()
        qd->hide ();
 
        if (r == Gtk::RESPONSE_OK) {
-               Quantize quant (*_session, qd->snap_start(), qd->snap_end(),
+               Quantize quant (qd->snap_start(), qd->snap_end(),
                                qd->start_grid_size(), qd->end_grid_size(),
                                qd->strength(), qd->swing(), qd->threshold());