From d7dac609282c7267ee4c51f8b859082793e6b27b Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 7 Nov 2011 23:06:59 +0000 Subject: [PATCH] it's a dead assignment removal party and everybody's invited! SVN revision: 64898 --- src/modules/conf_wallpaper2/e_int_config_wallpaper.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/modules/conf_wallpaper2/e_int_config_wallpaper.c b/src/modules/conf_wallpaper2/e_int_config_wallpaper.c index 1cfc0f263..2fb77e56a 100644 --- a/src/modules/conf_wallpaper2/e_int_config_wallpaper.c +++ b/src/modules/conf_wallpaper2/e_int_config_wallpaper.c @@ -159,14 +159,11 @@ _e_smart_reconfigure_do(void *data) evas = evas_object_evas_get(obj); EINA_LIST_FOREACH(sd->items, l, it) { - xx = sd->x - sd->cx + x; if (x > (sd->w - ww)) { x = 0; y += hh; - xx = sd->x - sd->cx + x; } - yy = sd->y - sd->cy + y; it->x = x; it->y = y; it->w = ww;