oculus: Remove unused variable;

This commit is contained in:
bjorn 2019-06-26 14:51:32 -07:00
parent fc90a03584
commit adf5e69ea1
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ static bool oculus_isTouched(Device device, DeviceButton button, bool* touched)
}
ovrInputState* is = refreshButtons();
ovrHandType hand = device == DEVICE_HAND_LEFT ? ovrHand_Left : ovrHand_Right;
uint32_t touches = is->Touches & (device == DEVICE_HAND_LEFT ? ovrTouch_LButtonMask : ovrTouch_RButtonMask);
switch (button) {