Add UNUSED.

SVN revision: 51312
devs/princeamd/enlightenment-0.17-elive
Christopher Michael 13 years ago
parent ab82fcd46c
commit b2e951f37f
  1. 4
      src/bin/e_hints.c

@ -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 */
}

Loading…
Cancel
Save