Add UNUSED.

SVN revision: 51312
This commit is contained in:
Christopher Michael 2010-08-18 18:21:46 +00:00
parent ab82fcd46c
commit b2e951f37f
1 changed files with 2 additions and 2 deletions

View File

@ -1032,7 +1032,7 @@ e_hints_window_state_get(E_Border *bd)
}
EAPI void
e_hints_allowed_action_update(E_Border *bd, Ecore_X_Action action)
e_hints_allowed_action_update(E_Border *bd __UNUSED__, Ecore_X_Action action)
{
switch (action)
{
@ -1368,7 +1368,7 @@ e_hints_window_e_state_get(E_Border *bd)
}
EAPI void
e_hints_window_e_state_set(E_Border *bd)
e_hints_window_e_state_set(E_Border *bd __UNUSED__)
{
/* TODO */
}