mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Remove unused variable in SI_DeviceKeyboard.h left over from SI_DeviceGCController.h
This commit is contained in:
@ -37,9 +37,6 @@ private:
|
|||||||
|
|
||||||
KeyArray MapKeys(const KeyboardStatus& key_status) const;
|
KeyArray MapKeys(const KeyboardStatus& key_status) const;
|
||||||
|
|
||||||
// PADAnalogMode
|
|
||||||
u8 m_mode = 0;
|
|
||||||
|
|
||||||
// Internal counter synchonizing GC and keyboard
|
// Internal counter synchonizing GC and keyboard
|
||||||
u8 m_counter = 0;
|
u8 m_counter = 0;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user