summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-05-18 01:43:44 +1000
committernick_m <mainsbridge@gmail.com>2015-05-18 01:43:44 +1000
commita0bd6975d2857becd68e85d5dff0e7023016068d (patch)
treeae6cb56826182f8d85d37021e66fc1e12f96b19e /gtk2_ardour/editor_drag.h
parentc359f881a1fbcbcbeeed3fadfe3b9df19418998a (diff)
Clean up drag modifiers.
Button 2 drag now is constrained to initial move axis, removing all modifiers from this op. Remove Jump after trim mode. TrimDrag now has: Primary for trim anchored to fade. Secondary for contents trim (as before) Primary & Tertiary for "non overlap" trim All drags have Tertiary for relative snap
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 67b549bac2..4ed77999bf 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -345,8 +345,6 @@ protected:
double _total_x_delta;
int _last_pointer_time_axis_view;
double _last_pointer_layer;
- bool _single_axis;
-
private:
uint32_t _ndropzone;
uint32_t _pdropzone;
@@ -656,7 +654,6 @@ private:
Operation _operation;
bool _preserve_fade_anchor;
- bool _jump_position_when_done;
};
/** Meter marker drag */