diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2011-04-24 17:14:34 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2011-04-24 17:14:34 +0000 |
commit | 5067f72bcbf84b7f047676b2775b8889d0536632 (patch) | |
tree | 09e1c3c928337697385a6c4d5611af3776635cc2 /src/bin/widgets_file_icons.c | |
parent | 9b5b9e48a67ed642a9222194345f195783c15b82 (diff) |
Expedite: warnings--
SVN revision: 58872
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); |