examples/evas/shooter: Remove more unused variables.
authorStefan Schmidt <stefan@osg.samsung.com>
Thu, 23 Jul 2015 14:48:21 +0000 (16:48 +0200)
committerStefan Schmidt <stefan@osg.samsung.com>
Thu, 23 Jul 2015 14:48:21 +0000 (16:48 +0200)
src/examples/evas/shooter/evas-3d-shooter.c

index c83ab0d..cf4f33c 100644 (file)
@@ -73,12 +73,6 @@ static const unsigned short cube_indices[] =
    20, 21, 22, 22, 21, 23
 };
 
-static int              vertex_count = 0;
-static vertex           *vertices = NULL;
-
-static int              index_count = 0;
-static unsigned short   *indices = NULL;
-
 static void
 _key_down(void *data,
           Evas *e EINA_UNUSED,