remove unused stack-down action. Added here but never implemented http://sourceforge.net/p/mscore/code/4066/

This commit is contained in:
lasconic 2014-10-15 19:18:08 +02:00
parent bb6255a40b
commit 9f15fa3269
2 changed files with 0 additions and 11 deletions

View file

@ -2274,13 +2274,6 @@ Shortcut Shortcut::sc[] = {
QT_TRANSLATE_NOOP("action","Replace pitches without changing rhythms"),
Icons::repitch_ICON
),
Shortcut(
MsWidget::MAIN_WINDOW,
STATE_NORMAL | STATE_NOTE_ENTRY,
0,
"stack-down",
QT_TRANSLATE_NOOP("action","Stack down")
),
Shortcut(
MsWidget::MAIN_WINDOW,
STATE_NORMAL | STATE_NOTE_ENTRY,

View file

@ -716,10 +716,6 @@
<key>repitch</key>
<seq>Ctrl+Shift+I</seq>
</SC>
<SC>
<key>stack-down</key>
<seq>Shift+Z</seq>
</SC>
<SC>
<key>toogle-piano</key>
<seq>P</seq>