diff options
| author | Zopolis4 <creatorsmithmdt@gmail.com> | 2022-07-02 16:16:54 +1000 |
|---|---|---|
| committer | Zopolis4 <creatorsmithmdt@gmail.com> | 2022-07-02 16:16:54 +1000 |
| commit | 0f07deb0effe307dda6be282706b581ac3d565be (patch) | |
| tree | 4e62e05a3460997192e0d77d51aa8605b11c7518 /Source/Core | |
| parent | 5d2290ba3cd078fa9b709ac3dd67121696c10a81 (diff) | |
Remove unused variable in SI_DeviceKeyboard.h left over from SI_DeviceGCController.h
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/HW/SI/SI_DeviceKeyboard.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/Core/HW/SI/SI_DeviceKeyboard.h b/Source/Core/Core/HW/SI/SI_DeviceKeyboard.h index 003cd5c8eb..68a89a6070 100644 --- a/Source/Core/Core/HW/SI/SI_DeviceKeyboard.h +++ b/Source/Core/Core/HW/SI/SI_DeviceKeyboard.h @@ -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; }; |
