Remove unused variable in SI_DeviceKeyboard.h left over from SI_DeviceGCController.h

This commit is contained in:
Zopolis4 2022-07-02 16:16:54 +10:00
parent 5d2290ba3c
commit 0f07deb0ef
No known key found for this signature in database
GPG Key ID: C1117D56FBC82774
1 changed files with 0 additions and 3 deletions

View File

@ -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;
};