mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Remove some redundant calls to snap_to(). get_preferred_edit_position() already did it.
This commit is contained in:
parent
5d423e38d5
commit
fcabb27561
5 changed files with 6 additions and 38 deletions
|
|
@ -542,7 +542,7 @@ public:
|
|||
|
||||
/* editing operations that need to be public */
|
||||
void mouse_add_new_marker (samplepos_t where, bool is_cd=false);
|
||||
void split_regions_at (ARDOUR::MusicSample, RegionSelection&, bool snap = true);
|
||||
void split_regions_at (ARDOUR::MusicSample, RegionSelection&);
|
||||
void split_region_at_points (boost::shared_ptr<ARDOUR::Region>, ARDOUR::AnalysisFeatureList&, bool can_ferret, bool select_new = false);
|
||||
RegionSelection get_regions_from_selection_and_mouse (samplepos_t);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue