mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
X11: remove redundant 'wakeup_lock' mutex creation
This commit is contained in:
@@ -184,7 +184,6 @@ X11_CreateDevice(int devindex)
|
||||
return NULL;
|
||||
}
|
||||
device->driverdata = data;
|
||||
device->wakeup_lock = SDL_CreateMutex();
|
||||
|
||||
data->global_mouse_changed = SDL_TRUE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user