Remove redundant shortcut code

This commit is contained in:
Jeffrey Pfau 2014-10-16 00:17:26 -07:00
parent cd8cc12829
commit a8d87a7979
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ void LoadSaveState::loadState(int slot) {
} else {
m_slots[slot - 1]->setText(tr("Slot %1").arg(slot));
}
m_slots[slot - 1]->setShortcut(QString::number(slot));
}
void LoadSaveState::triggerState(int slot) {