mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Remove unused GCPadStatus.err
This commit is contained in:
@ -174,8 +174,6 @@ InputConfig* GetConfig()
|
||||
|
||||
void GetStatus()
|
||||
{
|
||||
s_hotkey.err = PAD_ERR_NONE;
|
||||
|
||||
// Get input
|
||||
static_cast<HotkeyManager*>(s_config.GetController(0))->GetInput(&s_hotkey);
|
||||
}
|
||||
|
Reference in New Issue
Block a user