SIO: Fix Wunused-variable compiler warnings.

This commit is contained in:
lightningterror 2024-01-05 12:59:42 +01:00
parent c7347a3a16
commit e2bbe5cd8b
1 changed files with 0 additions and 2 deletions

View File

@ -112,8 +112,6 @@ u8 PadPopn::ButtonQuery(u8 commandByte)
u8 PadPopn::Poll(u8 commandByte)
{
const u32 buttons = GetButtons();
u8 largeMotor = 0x00;
u8 smallMotor = 0x00;
switch (commandBytesReceived)
{