Add __UNUSED__ where needed.

SVN revision: 51309
devs/princeamd/enlightenment-0.17-elive
Christopher Michael 13 years ago
parent 08b96de3c8
commit 90fd4f14bf
  1. 2
      src/bin/e_focus.c

@ -115,7 +115,7 @@ e_focus_event_mouse_down(E_Border* bd)
}
EAPI void
e_focus_event_mouse_up(E_Border* bd)
e_focus_event_mouse_up(E_Border* bd __UNUSED__)
{
}

Loading…
Cancel
Save