summaryrefslogtreecommitdiff
path: root/src/bin/e_gadcon_popup.c
diff options
context:
space:
mode:
authorChristopher Michael <cpmichael1@comcast.net>2010-08-18 19:31:31 +0000
committerChristopher Michael <cpmichael1@comcast.net>2010-08-18 19:31:31 +0000
commitbd09f79ddfe8dbc002464135d6512c92fc481810 (patch)
tree9cff6389bf6816ada6f671fd832fb030936c0fe5 /src/bin/e_gadcon_popup.c
parent539a4df22e41749e3ea9fa47c565fef30706f878 (diff)
downloadenlightenment-bd09f79ddfe8dbc002464135d6512c92fc481810.tar.gz
Add UNUSED
SVN revision: 51321
Diffstat (limited to 'src/bin/e_gadcon_popup.c')
-rw-r--r--src/bin/e_gadcon_popup.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bin/e_gadcon_popup.c b/src/bin/e_gadcon_popup.c
index c14d8442e4..0db035703a 100644
--- a/src/bin/e_gadcon_popup.c
+++ b/src/bin/e_gadcon_popup.c
@@ -238,9 +238,10 @@ _e_gadcon_popup_position(E_Gadcon_Popup *pop)
}
static void
-_e_gadcon_popup_changed_size_hints_cb(void *data, Evas *e, Evas_Object *obj, void *event_info)
+_e_gadcon_popup_changed_size_hints_cb(void *data, Evas *e __UNUSED__, Evas_Object *obj, void *event_info __UNUSED__)
{
- E_Gadcon_Popup *pop = data;
+ E_Gadcon_Popup *pop;
+ pop = data;
_e_gadcon_popup_size_recalc(pop, obj);
}