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_2_same.c | |
parent | 9b5b9e48a67ed642a9222194345f195783c15b82 (diff) |
Expedite: warnings--
SVN revision: 58872
Diffstat (limited to 'src/bin/widgets_file_icons_2_same.c')
-rw-r--r-- | src/bin/widgets_file_icons_2_same.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/widgets_file_icons_2_same.c b/src/bin/widgets_file_icons_2_same.c index 47b9b48..7dbf9ff 100644 --- a/src/bin/widgets_file_icons_2_same.c +++ b/src/bin/widgets_file_icons_2_same.c | |||
@@ -60,11 +60,9 @@ static void _cleanup(void) | |||
60 | static void _loop(double t, int f) | 60 | static void _loop(double t, int f) |
61 | { | 61 | { |
62 | int i; | 62 | int i; |
63 | Evas_Coord x, y, w, h, tw, th, cent; | 63 | Evas_Coord x, y, tw, th, cent; |
64 | x = 0; | 64 | x = 0; |
65 | y = 0 - f; | 65 | y = 0 - f; |
66 | w = ICON_SIZE; | ||
67 | h = ICON_SIZE; | ||
68 | for (i = 0; i < NUM; i++) | 66 | for (i = 0; i < NUM; i++) |
69 | { | 67 | { |
70 | evas_object_move(o_images[i], x + 8, y); | 68 | evas_object_move(o_images[i], x + 8, y); |