Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 27, 2012
1 parent b3cc455 commit fc01489
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/joystick/windows/SDL_dxjoystick.c
Expand Up @@ -524,7 +524,6 @@ DEFINE_GUID(GUID_DEVINTERFACE_USB_DEVICE, 0xA5DCBF10L, 0x6530, 0x11D2, 0x90, 0x1
static int
SDL_JoystickThread(void *_data)
{
int nDevicesLast = 0;
HRESULT result = S_OK;
HWND messageWindow = 0;
HDEVNOTIFY hNotify = 0;
Expand Down Expand Up @@ -570,8 +569,6 @@ SDL_JoystickThread(void *_data)

if ( s_pKnownJoystickGUIDs && s_bWindowsDeviceChanged )
{
int nDevices = 0;

SDL_Delay( 300 ); // wait for direct input to find out about this device

s_bDeviceRemoved = SDL_TRUE;
Expand Down

0 comments on commit fc01489

Please sign in to comment.