evas: remove unused variable.
authorCedric BAIL <cedric@osg.samsung.com>
Thu, 19 Mar 2015 16:20:56 +0000 (17:20 +0100)
committerCedric BAIL <cedric@osg.samsung.com>
Thu, 19 Mar 2015 16:20:56 +0000 (17:20 +0100)
src/examples/evas/evas-3d-colorpick.c

index 7900af4..9a7b5ff 100644 (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;