USB: Fix struct member 'structname::variable' is never used warnings.

Codacy.
This commit is contained in:
lightningterror 2022-07-15 02:47:56 +02:00
parent 69cc5a559e
commit d3accbc085
1 changed files with 0 additions and 4 deletions

View File

@ -255,10 +255,6 @@ namespace usb_pad
USBDevice* mic;
Pad* pad;
uint8_t port;
struct freeze
{
int nothing;
} f;
} SeamicState;
static void pad_handle_data(USBDevice* dev, USBPacket* p)