diff options
author | Chris Michael <cp.michael@samsung.com> | 2014-12-10 10:43:28 -0500 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2014-12-10 12:01:58 -0500 |
commit | ea417ef9de7087747e7d2e6ee18eb875984566a7 (patch) | |
tree | 1fee9c032dc7ff8e97a6944ad496a2d7ae77e80e /src/lib/ecore_drm/ecore_drm_evdev.c | |
parent | d3d5c80ad6b82c594f318bb259dad3d1cb109121 (diff) |
ecore-drm: Comment out debug line for unhandled touch_frame event
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_drm/ecore_drm_evdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_drm/ecore_drm_evdev.c b/src/lib/ecore_drm/ecore_drm_evdev.c index d73e05a1d2..fbcb9def74 100644 --- a/src/lib/ecore_drm/ecore_drm_evdev.c +++ b/src/lib/ecore_drm/ecore_drm_evdev.c | |||
@@ -680,7 +680,7 @@ _device_handle_touch_up(struct libinput_device *device, struct libinput_event_to | |||
680 | static void | 680 | static void |
681 | _device_handle_touch_frame(struct libinput_device *device EINA_UNUSED, struct libinput_event_touch *event EINA_UNUSED) | 681 | _device_handle_touch_frame(struct libinput_device *device EINA_UNUSED, struct libinput_event_touch *event EINA_UNUSED) |
682 | { | 682 | { |
683 | DBG("Unhandled Touch Frame Event"); | 683 | /* DBG("Unhandled Touch Frame Event"); */ |
684 | } | 684 | } |
685 | 685 | ||
686 | void | 686 | void |