devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=46e960397db917677391019b05190e4aa830e0b6
commit 46e960397db917677391019b05190e4aa830e0b6 Author: Chris Michael <[email protected]> Date: Thu Aug 28 12:22:09 2014 -0400 fix unused variable if building for wayland-only Signed-off-by: Chris Michael <[email protected]> --- src/bin/e_backlight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_backlight.c b/src/bin/e_backlight.c index 9a20852..7002c9b 100644 --- a/src/bin/e_backlight.c +++ b/src/bin/e_backlight.c @@ -202,8 +202,8 @@ e_backlight_devices_get(void) static void _e_backlight_update(E_Zone *zone) { - double x_bl = -1.0; #ifndef HAVE_WAYLAND_ONLY + double x_bl = -1.0; Ecore_X_Window root; Ecore_X_Randr_Output *out; int i, num = 0; --
