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_3.c | |
parent | 9b5b9e48a67ed642a9222194345f195783c15b82 (diff) |
Expedite: warnings--
SVN revision: 58872
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); |