E/Illume: Remove UNUSED here...yes, bd is actually used.

SVN revision: 62991
This commit is contained in:
Christopher Michael 2011-08-30 14:59:19 +00:00
parent d6f5442a51
commit e7540c354d
1 changed files with 1 additions and 1 deletions

View File

@ -1148,7 +1148,7 @@ _policy_border_del(E_Border *bd)
}
void
_policy_border_focus_in(E_Border *bd __UNUSED__)
_policy_border_focus_in(E_Border *bd)
{
E_Border *ind;