diff options
author | Christopher Michael <cpmichael1@comcast.net> | 2010-08-18 19:31:31 +0000 |
---|---|---|
committer | Christopher Michael <cpmichael1@comcast.net> | 2010-08-18 19:31:31 +0000 |
commit | bd09f79ddfe8dbc002464135d6512c92fc481810 (patch) | |
tree | 9cff6389bf6816ada6f671fd832fb030936c0fe5 /src/bin/e_gadcon_popup.c | |
parent | 539a4df22e41749e3ea9fa47c565fef30706f878 (diff) | |
download | enlightenment-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.c | 5 |
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); } |