mirror of
https://github.com/AntiMicroX/antimicrox.git
synced 2026-08-01 01:56:50 -04:00
Changes to remove some warnings. Changes based on platform testing.
This commit is contained in:
@@ -376,7 +376,7 @@ void InputDaemon::removeDevice(InputDevice *device)
|
||||
{
|
||||
if (device)
|
||||
{
|
||||
PadderCommon::editingLock.lockForRead();
|
||||
/*PadderCommon::editingLock.lockForRead();
|
||||
bool isEditing = PadderCommon::editingBindings;
|
||||
PadderCommon::editingLock.unlock();
|
||||
|
||||
@@ -387,6 +387,7 @@ void InputDaemon::removeDevice(InputDevice *device)
|
||||
PadderCommon::waitThisOut.wakeAll();
|
||||
dismutex->unlock();
|
||||
}
|
||||
*/
|
||||
|
||||
SDL_JoystickID deviceID = device->getSDLJoystickID();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user