mirror of https://github.com/PCSX2/pcsx2.git
USB: Fix struct member 'structname::variable' is never used warnings.
Codacy.
This commit is contained in:
parent
69cc5a559e
commit
d3accbc085
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue