evas: remove unused variable.

This commit is contained in:
Cedric BAIL 2015-03-19 17:20:56 +01:00
parent ceda7ad70a
commit f44c1aaf7f
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ _init_sphere(void *this, const char *texture)
Eina_Bool
_init_scene(const char *texture)
{
int i = 0, count = 0;
int i = 0;
Evas_Real tmp;
Test_object *m;