remove used variable

This commit is contained in:
Dante Ruiz 2019-02-06 09:58:02 -08:00
parent aa645af744
commit 6c9d15d9a9

View file

@ -696,7 +696,6 @@ void OculusMobileInputDevice::reconnectTouchControllers(ovrMobile* session) {
handData.state.Header.ControllerType = ovrControllerType_TrackedRemote;
handData.valid = true;
handData.caps = caps;
handData.initialized = true;
handData.update(session);
}
}