Skip to content

Commit 9f15fa3

Browse files
committed
remove unused stack-down action. Added here but never implemented http://sourceforge.net/p/mscore/code/4066/
1 parent bb6255a commit 9f15fa3

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

mscore/actions.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2274,13 +2274,6 @@ Shortcut Shortcut::sc[] = {
22742274
QT_TRANSLATE_NOOP("action","Replace pitches without changing rhythms"),
22752275
Icons::repitch_ICON
22762276
),
2277-
Shortcut(
2278-
MsWidget::MAIN_WINDOW,
2279-
STATE_NORMAL | STATE_NOTE_ENTRY,
2280-
0,
2281-
"stack-down",
2282-
QT_TRANSLATE_NOOP("action","Stack down")
2283-
),
22842277
Shortcut(
22852278
MsWidget::MAIN_WINDOW,
22862279
STATE_NORMAL | STATE_NOTE_ENTRY,

mscore/data/shortcuts.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -716,10 +716,6 @@
716716
<key>repitch</key>
717717
<seq>Ctrl+Shift+I</seq>
718718
</SC>
719-
<SC>
720-
<key>stack-down</key>
721-
<seq>Shift+Z</seq>
722-
</SC>
723719
<SC>
724720
<key>toogle-piano</key>
725721
<seq>P</seq>

0 commit comments

Comments
 (0)