mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
remove copy option for TempoMarkerDrag
This just seems like a dumb UI to implement. Drag-copying tempo markers is not a thing
This commit is contained in:
parent
eff34f2e1b
commit
66a3513dbd
3 changed files with 3 additions and 5 deletions
|
|
@ -864,7 +864,7 @@ private:
|
|||
class TempoMarkerDrag : public Drag
|
||||
{
|
||||
public:
|
||||
TempoMarkerDrag (Editor *, ArdourCanvas::Item *, bool);
|
||||
TempoMarkerDrag (Editor *, ArdourCanvas::Item *);
|
||||
|
||||
void start_grab (GdkEvent *, Gdk::Cursor* c = 0);
|
||||
void motion (GdkEvent *, bool);
|
||||
|
|
@ -886,7 +886,6 @@ private:
|
|||
Temporal::TempoPoint const * _real_section;
|
||||
Temporal::TempoMap::WritableSharedPtr map;
|
||||
|
||||
bool _copy;
|
||||
bool _movable;
|
||||
Temporal::Tempo _grab_bpm;
|
||||
Temporal::Beats _grab_qn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue