mirror of https://github.com/mgba-emu/mgba.git
Remove redundant shortcut code
This commit is contained in:
parent
cd8cc12829
commit
a8d87a7979
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue