mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
remove use-selection modifier
This commit is contained in:
parent
bc407151cd
commit
5e37a320c0
2 changed files with 0 additions and 2 deletions
|
|
@ -69,7 +69,6 @@ public:
|
|||
static uint32_t RangeSelectModifier;
|
||||
static uint32_t GainFineScaleModifier;
|
||||
static uint32_t GainExtraFineScaleModifier;
|
||||
static uint32_t UseSelectionModifier;
|
||||
|
||||
// Modifiers for scroll wheel
|
||||
static uint32_t ScrollZoomVerticalModifier;
|
||||
|
|
|
|||
|
|
@ -237,7 +237,6 @@ Keyboard::format_modifier (uint32_t mod)
|
|||
|
||||
guint Keyboard::GainFineScaleModifier = Keyboard::PrimaryModifier;
|
||||
guint Keyboard::GainExtraFineScaleModifier = Keyboard::SecondaryModifier;
|
||||
guint Keyboard::UseSelectionModifier = Keyboard::Level4Modifier;
|
||||
|
||||
guint Keyboard::ScrollZoomVerticalModifier = Keyboard::SecondaryModifier;
|
||||
guint Keyboard::ScrollZoomHorizontalModifier = Keyboard::PrimaryModifier;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue