commit | e1719c789185d4a70964ad76da5a924d688cf798 | [log] [tgz] |
---|---|---|
author | Christopher Michael <cpmichael@osg.samsung.com> | Fri Feb 19 11:07:00 2016 -0500 |
committer | Bryce Harrington <bryce@osg.samsung.com> | Fri Feb 19 18:30:40 2016 -0800 |
tree | 2b1e0b90e8072f21a55228732dd5f036872cc2d3 | |
parent | f989c38a5e180e3a00531a6b55936b0066376213 [diff] |
libinput-device: Remove unnecessary function call When we handle pointer button events, we already retrieve the button state at the top of this function, so there is no real need to call the same function again as we can just reuse the 'button_state' variable that we have above. Signed-off-by: Chris Michael <cpmichael@osg.samsung.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>