Merge pull request #14861 from danteruiz/unused

remove initialized variable
This commit is contained in:
Bradley Austin Davis 2019-02-06 10:01:34 -08:00 committed by GitHub
commit a622f43099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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);
}
}