devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=d5005d0efcc96d67209f11cf7b4916e76704e800

commit d5005d0efcc96d67209f11cf7b4916e76704e800
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Mon Apr 20 12:15:13 2015 -0400

    ecore-drm: Use #if 0 to comment out unused function
    
    Summary: It was mentioned on the mailing list to use #if 0 instead of
    commenting the block. This does not change any functionality
    
    @fix
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/ecore_drm/ecore_drm_device.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/ecore_drm/ecore_drm_device.c 
b/src/lib/ecore_drm/ecore_drm_device.c
index e6a5c00..6eaf418 100644
--- a/src/lib/ecore_drm/ecore_drm_device.c
+++ b/src/lib/ecore_drm/ecore_drm_device.c
@@ -86,6 +86,7 @@ _ecore_drm_device_cb_event(void *data, Ecore_Fd_Handler *hdlr 
EINA_UNUSED)
    return ECORE_CALLBACK_RENEW;
 }
 
+#if 0
 static Eina_Bool 
 _ecore_drm_device_cb_idle(void *data)
 {
@@ -106,6 +107,7 @@ _ecore_drm_device_cb_idle(void *data)
 
    return ECORE_CALLBACK_RENEW;
 }
+#endif
 
 static void
 _ecore_drm_device_cb_output_event(const char *device EINA_UNUSED, 
Eeze_Udev_Event event EINA_UNUSED, void *data, Eeze_Udev_Watch *watch 
EINA_UNUSED)

-- 


Reply via email to