raster pushed a commit to branch master.

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

commit e962827ef2472e3de54416e939c9a194b5e86962
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Tue Nov 25 17:01:36 2014 +0900

    ecore drm - comment out unused code to reduce warnings
    
    several brightness functions in ecore drm are unused - comment them
    out until they are needed.
---
 src/lib/ecore_drm/ecore_drm_output.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/lib/ecore_drm/ecore_drm_output.c 
b/src/lib/ecore_drm/ecore_drm_output.c
index fe984cc..53ff904 100644
--- a/src/lib/ecore_drm/ecore_drm_output.c
+++ b/src/lib/ecore_drm/ecore_drm_output.c
@@ -151,6 +151,7 @@ _ecore_drm_output_mode_add(Ecore_Drm_Output *output, 
drmModeModeInfo *info)
    return mode;
 }
 
+/* XXX: this code is currently unused comment out until needed
 static double
 _ecore_drm_output_brightness_get(Ecore_Drm_Backlight *backlight)
 {
@@ -220,6 +221,7 @@ _ecore_drm_output_brightness_set(Ecore_Drm_Backlight 
*backlight, double brightne
 
    return ret;
 }
+*/
 
 static Ecore_Drm_Backlight *
 _ecore_drm_output_backlight_init(Ecore_Drm_Output *output EINA_UNUSED, 
uint32_t conn_type)

-- 


Reply via email to