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