summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2015-07-23 16:48:21 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2015-07-23 16:48:21 +0200
commit7632995c940bcb9b3190e131a54fc6064333f029 (patch)
tree1e0f209ab61627e227bd20bfcca3ceb32e8ec6e8
parent47a4bd53e0c4211bd10715b62d3f8788ccbc39a4 (diff)
downloadefl-7632995c940bcb9b3190e131a54fc6064333f029.tar.gz
examples/evas/shooter: Remove more unused variables.
-rw-r--r--src/examples/evas/shooter/evas-3d-shooter.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/examples/evas/shooter/evas-3d-shooter.c b/src/examples/evas/shooter/evas-3d-shooter.c
index c83ab0dc39..cf4f33c7db 100644
--- a/src/examples/evas/shooter/evas-3d-shooter.c
+++ b/src/examples/evas/shooter/evas-3d-shooter.c
@@ -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,