diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2011-11-07 23:06:59 +0000 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2011-11-07 23:06:59 +0000 |
commit | d7dac609282c7267ee4c51f8b859082793e6b27b (patch) | |
tree | 7ef4952a472c0b5d0c49d9d551f336de4cb1b706 /src/modules/conf_wallpaper2 | |
parent | 0fb45b0a22433a1ff09b102b382d7213bd03c450 (diff) | |
download | enlightenment-d7dac609282c7267ee4c51f8b859082793e6b27b.tar.gz |
it's a dead assignment removal party and everybody's invited!
SVN revision: 64898
Diffstat (limited to 'src/modules/conf_wallpaper2')
-rw-r--r-- | src/modules/conf_wallpaper2/e_int_config_wallpaper.c | 3 |
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; |