mirror of
https://github.com/encounter/SDL.git
synced 2025-05-20 14:21:25 +00:00
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;
|
||||
}
|
||||
device->driverdata = data;
|
||||
device->wakeup_lock = SDL_CreateMutex();
|
||||
|
||||
data->global_mouse_changed = SDL_TRUE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user