From f44c1aaf7f601fb402eff1e7248601b6a03a12f6 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 19 Mar 2015 17:20:56 +0100 Subject: [PATCH] evas: remove unused variable. --- src/examples/evas/evas-3d-colorpick.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/evas/evas-3d-colorpick.c b/src/examples/evas/evas-3d-colorpick.c index 7900af4..9a7b5ff 100644 --- a/src/examples/evas/evas-3d-colorpick.c +++ b/src/examples/evas/evas-3d-colorpick.c @@ -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; -- 2.7.4