mirror of https://github.com/encounter/SDL.git
Removed unused variable
This commit is contained in:
parent
a2b4f4406f
commit
dfd2c574d7
|
@ -1116,8 +1116,6 @@ ReadJoyConControllerType(SDL_HIDAPI_Device *device)
|
|||
|
||||
device->dev = SDL_hid_open_path(device->path, 0);
|
||||
if (device->dev) {
|
||||
SwitchSubcommandInputPacket_t *reply = NULL;
|
||||
|
||||
if (WriteProprietarySync(ctx, k_eSwitchProprietaryCommandIDs_Status, NULL, 0, SDL_TRUE)) {
|
||||
SwitchProprietaryStatusPacket_t *status = (SwitchProprietaryStatusPacket_t *)&ctx->m_rgucReadBuffer[0];
|
||||
|
||||
|
|
Loading…
Reference in New Issue