yet enother unused var

SVN revision: 64911
This commit is contained in:
Mike Blumenkrantz 2011-11-07 23:36:56 +00:00
parent 986ff1bdd5
commit fe4b68060e
1 changed files with 1 additions and 2 deletions

View File

@ -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;