fix unused variable if building for wayland-only

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-08-28 12:22:09 -04:00
parent 3edef4a1a8
commit 46e960397d
1 changed files with 1 additions and 1 deletions

View File

@ -202,8 +202,8 @@ e_backlight_devices_get(void)
static void static void
_e_backlight_update(E_Zone *zone) _e_backlight_update(E_Zone *zone)
{ {
double x_bl = -1.0;
#ifndef HAVE_WAYLAND_ONLY #ifndef HAVE_WAYLAND_ONLY
double x_bl = -1.0;
Ecore_X_Window root; Ecore_X_Window root;
Ecore_X_Randr_Output *out; Ecore_X_Randr_Output *out;
int i, num = 0; int i, num = 0;