mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 11:02:28 +02:00
Remove unused variable in SI_DeviceKeyboard.h left over from SI_DeviceGCController.h
This commit is contained in:
parent
5d2290ba3c
commit
0f07deb0ef
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user