devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=8b573930c7a42772919909be52ad4111f97a9e27
commit 8b573930c7a42772919909be52ad4111f97a9e27 Author: kabeer khan <[email protected]> Date: Wed Dec 10 08:01:19 2014 -0500 ecore_drm: Removed unused variables in ecore_drm_evdev Summary: Signed-off-by: kabeer khan <[email protected]> @fix Reviewers: devilhorns Reviewed By: devilhorns Subscribers: cedric Differential Revision: https://phab.enlightenment.org/D1762 --- src/lib/ecore_drm/ecore_drm_evdev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/ecore_drm/ecore_drm_evdev.c b/src/lib/ecore_drm/ecore_drm_evdev.c index 5b8afca..d2b4696 100644 --- a/src/lib/ecore_drm/ecore_drm_evdev.c +++ b/src/lib/ecore_drm/ecore_drm_evdev.c @@ -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; --
