X11: remove redundant 'wakeup_lock' mutex creation
This commit is contained in:
parent
c4bac66b74
commit
649a33ae47
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue