Chris Peterson 76babf22e6 Bug 1718564 - Fix -Wlogical-op warning in GamepadTouchState.h. r=cmartin
gcc reports the following -Wlogical-op warning because the `touchId == aTouch.touchId` check is duplicated:

GamepadTouchState.h:28:38: warning: logical 'and' of equal expressions [-Wlogical-op]

Differential Revision: https://phabricator.services.mozilla.com/D118924
2021-07-09 23:53:47 +00:00
..