X11: remove redundant 'wakeup_lock' mutex creation

This commit is contained in:
Sylvain 2021-10-18 23:00:43 +02:00
parent c4bac66b74
commit 649a33ae47
No known key found for this signature in database
GPG Key ID: 5F87E02E5BC0939E
1 changed files with 0 additions and 1 deletions

View File

@ -184,7 +184,6 @@ X11_CreateDevice(int devindex)
return NULL;
}
device->driverdata = data;
device->wakeup_lock = SDL_CreateMutex();
data->global_mouse_changed = SDL_TRUE;