examples/evas/shooter: Remove more unused variables.

This commit is contained in:
Stefan Schmidt 2015-07-23 16:48:21 +02:00
parent 47a4bd53e0
commit 7632995c94
1 changed files with 0 additions and 6 deletions

View 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,