summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-05-22 04:26:16 +1000
committernick_m <mainsbridge@gmail.com>2015-05-22 04:26:16 +1000
commit65e06fa35090dc4e1f84419b57316932c21a9682 (patch)
treed3c02f063995cdb70e82a3b39a6913f51a59f7c4 /gtk2_ardour/editor.h
parent7edf0e17bc0d914937490f55381978434afa1943 (diff)
More cleanup
- remove "no_magnets" ugh.
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 8362b00551..663a97a56d 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -436,11 +436,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void snap_to (framepos_t& first,
ARDOUR::RoundMode direction = ARDOUR::RoundNearest,
- bool for_mark = false);
-
- void snap_to_no_magnets (framepos_t& first,
- ARDOUR::RoundMode direction = ARDOUR::RoundNearest,
- bool for_mark = false);
+ bool for_mark = false,
+ bool explicitly = false);
void snap_to_with_modifier (framepos_t& first,
GdkEvent const * ev,
@@ -2136,7 +2133,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void snap_to_internal (framepos_t& first,
ARDOUR::RoundMode direction = ARDOUR::RoundNearest,
bool for_mark = false,
- bool no_magnets = false);
+ bool explicitly = false);
void timecode_snap_to_internal (framepos_t& first,
ARDOUR::RoundMode direction = ARDOUR::RoundNearest,