mirror of https://github.com/encounter/SDL.git
X11: remove redundant 'wakeup_lock' mutex creation
This commit is contained in:
parent
c4bac66b74
commit
649a33ae47
|
@ -184,7 +184,6 @@ X11_CreateDevice(int devindex)
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
device->driverdata = data;
|
device->driverdata = data;
|
||||||
device->wakeup_lock = SDL_CreateMutex();
|
|
||||||
|
|
||||||
data->global_mouse_changed = SDL_TRUE;
|
data->global_mouse_changed = SDL_TRUE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue