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;
|
||||
|
||||
// PADAnalogMode
|
||||
u8 m_mode = 0;
|
||||
|
||||
// Internal counter synchonizing GC and keyboard
|
||||
u8 m_counter = 0;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue