From 7bcc7565f6e5c58d8649a0d64bad6693b1ec2483 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Mon, 21 Nov 2016 11:39:37 -0500 Subject: [PATCH] mark unused function parameter in Luncher as EINA_UNUSED Signed-off-by: Chris Michael --- src/modules/luncher/bar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/luncher/bar.c b/src/modules/luncher/bar.c index f4af9cae8..c5a9ece76 100644 --- a/src/modules/luncher/bar.c +++ b/src/modules/luncher/bar.c @@ -891,7 +891,7 @@ _bar_exec_new_show(void *data, Evas *e EINA_UNUSED, Evas_Object *obj, void *even } static void -_bar_icon_resized(void *data, Evas_Object *obj EINA_UNUSED, const char *emission EINA_UNUSED, const char *source EINA_UNUSED) +_bar_icon_resized(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED, const char *emission EINA_UNUSED, const char *source EINA_UNUSED) { //This code is supposed to adjust aspect correctly when there is an effect happening. Uncomment to test. /*Instance *inst = data;