summaryrefslogtreecommitdiff
path: root/src/modules/conf_wallpaper2
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/conf_wallpaper2')
-rw-r--r--src/modules/conf_wallpaper2/e_int_config_wallpaper.c3
1 files changed, 0 insertions, 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 1cfc0f2637..2fb77e56ac 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;