ecore_drm: Removed unused variables in ecore_drm_evdev

Summary: Signed-off-by: kabeer khan <kabeer.khan@samsung.com>

@fix

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1762
This commit is contained in:
kabeer khan 2014-12-10 08:01:19 -05:00 committed by Chris Michael
parent 31ac7989d4
commit 8b573930c7
1 changed files with 0 additions and 1 deletions

View File

@ -343,7 +343,6 @@ static void
_device_handle_pointer_motion_absolute(struct libinput_device *device, struct libinput_event_pointer *event)
{
Ecore_Drm_Evdev *edev;
int x, y;
if (!(edev = libinput_device_get_user_data(device))) return;