E: Properly use __UNUSED__ in menu code.

SVN revision: 69569
This commit is contained in:
Christopher Michael 2012-03-22 18:11:48 +00:00
parent 95f33ad549
commit 5047abf5a6
1 changed files with 1 additions and 1 deletions

View File

@ -2916,7 +2916,7 @@ _e_menu_cb_item_submenu_post_default(void *data __UNUSED__, E_Menu *m __UNUSED__
static Eina_Bool
_e_menu_categories_free_cb(const Eina_Hash __UNUSED__ *hash, const void __UNUSED__ *key, void *data, void *fdata __UNUSED__)
_e_menu_categories_free_cb(const Eina_Hash *hash __UNUSED__, const void *key __UNUSED__, void *data, void *fdata __UNUSED__)
{
E_Menu_Category_Callback *cb;
E_Menu_Category *cat;