E: Backlight: Add UNUSED where missing.

SVN revision: 60487
This commit is contained in:
Christopher Michael 2011-06-19 15:25:58 +00:00
parent e8dad4040c
commit 4c7efd4469
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ e_backlight_level_set(E_Zone *zone, double val, double tim)
} }
EAPI double EAPI double
e_backlight_level_get(E_Zone *zone) e_backlight_level_get(E_Zone *zone __UNUSED__)
{ {
// zone == NULL == everything // zone == NULL == everything
return bl_val; return bl_val;