From fe4b68060e4b5020242c36b69a00f69ad7764b91 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 7 Nov 2011 23:36:56 +0000 Subject: [PATCH] yet enother unused var SVN revision: 64911 --- src/modules/pager/e_mod_main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/pager/e_mod_main.c b/src/modules/pager/e_mod_main.c index fbd4773d7..65273e201 100644 --- a/src/modules/pager/e_mod_main.c +++ b/src/modules/pager/e_mod_main.c @@ -2460,7 +2460,7 @@ _pager_popup_cb_action_show(E_Object *obj __UNUSED__, const char *params __UNUSE static void _pager_popup_cb_action_switch(E_Object *obj __UNUSED__, const char *params, Ecore_Event_Key *ev) { - int max_x,max_y, desk_x, desk_y; + int max_x,max_y, desk_x; int x = 0, y = 0; if (!act_popup) @@ -2473,7 +2473,6 @@ _pager_popup_cb_action_switch(E_Object *obj __UNUSED__, const char *params, Ecor e_zone_desk_count_get(act_popup->pager->zone, &max_x, &max_y); desk_x = current_desk->x /* + x <=this is always 0 */; - desk_y = current_desk->y /* + y <=this is always 0 */; if (!strcmp(params, "left")) x = -1;