diff options
Diffstat (limited to 'src/bin/widgets_file_icons_3.c')
-rw-r--r-- | src/bin/widgets_file_icons_3.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/widgets_file_icons_3.c b/src/bin/widgets_file_icons_3.c index afde3af..72e26ab 100644 --- a/src/bin/widgets_file_icons_3.c +++ b/src/bin/widgets_file_icons_3.c | |||
@@ -75,11 +75,9 @@ static void _cleanup(void) | |||
75 | static void _loop(double t, int f) | 75 | static void _loop(double t, int f) |
76 | { | 76 | { |
77 | int i; | 77 | int i; |
78 | Evas_Coord x, y, w, h, tw, th, cent; | 78 | Evas_Coord x, y, tw, th, cent; |
79 | x = 0; | 79 | x = 0; |
80 | y = 0 - f; | 80 | y = 0 - f; |
81 | w = ICON_SIZE; | ||
82 | h = ICON_SIZE; | ||
83 | for (i = 0; i < NUM; i++) | 81 | for (i = 0; i < NUM; i++) |
84 | { | 82 | { |
85 | evas_object_move(o_images[i], x + 8, y); | 83 | evas_object_move(o_images[i], x + 8, y); |