mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-11 12:05:51 +00:00
Frame: Rename GetCmdForHotkey to GetMenuIDFromHotkey
This more accurately describes what it's actually doing. This can also be a local function, since it's not needed anywhere else.
This commit is contained in:
parent
f871b2177e
commit
42e1dafd6d
2 changed files with 5 additions and 7 deletions
|
@ -342,8 +342,6 @@ private:
|
|||
DECLARE_EVENT_TABLE();
|
||||
};
|
||||
|
||||
int GetCmdForHotkey(unsigned int key);
|
||||
|
||||
void OnAfterLoadCallback();
|
||||
void OnStoppedCallback();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue