summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_view.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/region_view.h
parent7edf0e17bc0d914937490f55381978434afa1943 (diff)
More cleanup
- remove "no_magnets" ugh.
Diffstat (limited to 'gtk2_ardour/region_view.h')
-rw-r--r--gtk2_ardour/region_view.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/region_view.h b/gtk2_ardour/region_view.h
index 77abb5e2a9..23b08f4b12 100644
--- a/gtk2_ardour/region_view.h
+++ b/gtk2_ardour/region_view.h
@@ -121,8 +121,7 @@ class RegionView : public TimeAxisViewItem
}
};
- ARDOUR::frameoffset_t snap_frame_to_frame (ARDOUR::frameoffset_t) const;
- ARDOUR::frameoffset_t snap_frame_to_frame_no_magnets (ARDOUR::frameoffset_t) const;
+ ARDOUR::frameoffset_t snap_frame_to_frame (ARDOUR::frameoffset_t, bool explicitly = false) const;
protected: