From 65e06fa35090dc4e1f84419b57316932c21a9682 Mon Sep 17 00:00:00 2001 From: nick_m Date: Fri, 22 May 2015 04:26:16 +1000 Subject: More cleanup - remove "no_magnets" ugh. --- gtk2_ardour/public_editor.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'gtk2_ardour/public_editor.h') diff --git a/gtk2_ardour/public_editor.h b/gtk2_ardour/public_editor.h index a89993a479..463d7614d2 100644 --- a/gtk2_ardour/public_editor.h +++ b/gtk2_ardour/public_editor.h @@ -144,11 +144,8 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible, publi /** Snap a value according to the current snap setting. */ virtual void snap_to (framepos_t& first, ARDOUR::RoundMode direction = ARDOUR::RoundNearest, - bool for_mark = false) = 0; - /** Snap a value according to the current snap setting. */ - virtual void snap_to_no_magnets (framepos_t& first, - ARDOUR::RoundMode direction = ARDOUR::RoundNearest, - bool for_mark = false) = 0; + bool for_mark = false, + bool explicitly = false) = 0; /** Undo some transactions. * @param n Number of transactions to undo. -- cgit v1.2.3