enjoy albumart-lastfm.c: Marked __UNUSED__ for unused parameters.

SVN revision: 67261
This commit is contained in:
Daniel Juyung Seo 2012-01-17 00:02:37 +00:00
parent 88a5848212
commit 532111d8c8
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ albumart_lastfm_prefs_label_get(Enjoy_Preferences_Plugin *p __UNUSED__)
}
static Eina_Bool
albumart_lastfm_prefs_activated(Enjoy_Preferences_Plugin *p __UNUSED__, Evas_Object *naviframe, Evas_Object **prev_btn, Evas_Object **next_btn, Evas_Object **content, Eina_Bool *auto_prev_btn)
albumart_lastfm_prefs_activated(Enjoy_Preferences_Plugin *p __UNUSED__, Evas_Object *naviframe __UNUSED__, Evas_Object **prev_btn __UNUSED__, Evas_Object **next_btn __UNUSED__, Evas_Object **content __UNUSED__, Eina_Bool *auto_prev_btn __UNUSED__)
{
// TODO
ERR("TODO!!!");