cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=f44c1aaf7f601fb402eff1e7248601b6a03a12f6

commit f44c1aaf7f601fb402eff1e7248601b6a03a12f6
Author: Cedric BAIL <[email protected]>
Date:   Thu Mar 19 17:20:56 2015 +0100

    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;
 

-- 


Reply via email to