From 4c7efd446944b910da4f27c19d9dab067683b4f0 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Sun, 19 Jun 2011 15:25:58 +0000 Subject: [PATCH] E: Backlight: Add UNUSED where missing. SVN revision: 60487 --- 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 9b5289533..34e5dd463 100644 --- a/src/bin/e_backlight.c +++ b/src/bin/e_backlight.c @@ -102,7 +102,7 @@ e_backlight_level_set(E_Zone *zone, double val, double tim) } EAPI double -e_backlight_level_get(E_Zone *zone) +e_backlight_level_get(E_Zone *zone __UNUSED__) { // zone == NULL == everything return bl_val;