From 27819e078023c935d2ceb9e9aa9dc8f3032d9ca9 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Wed, 29 Dec 2010 16:42:46 +0000 Subject: [PATCH] Add missing UNUSED where needed. SVN revision: 55769 --- src/bin/e_fm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index a9436c368..a37b4bd57 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -299,7 +299,7 @@ static void _e_fm2_cb_resize_job(void *data); static int _e_fm2_cb_icon_sort(const void *data1, const void *data2); static Eina_Bool _e_fm2_cb_scan_timer(void *data); static Eina_Bool _e_fm2_cb_sort_idler(void *data); -static Eina_Bool _e_fm2_cb_theme(void *data, int type, void *event); +static Eina_Bool _e_fm2_cb_theme(void *data, int type __UNUSED__, void *event __UNUSED__); static void _e_fm2_obj_icons_place(E_Fm2_Smart_Data *sd); @@ -7437,7 +7437,7 @@ _e_fm2_cb_sort_idler(void *data) } static Eina_Bool -_e_fm2_cb_theme(void *data, int type, void *event) +_e_fm2_cb_theme(void *data, int type __UNUSED__, void *event __UNUSED__) { e_fm2_refresh(data); return ECORE_CALLBACK_RENEW;