evas-3d examples: remove unused variables

This commit is contained in:
Stefan Schmidt 2016-03-08 11:06:29 +01:00
parent 3df71ab0f6
commit 4f86edc1b6
1 changed files with 0 additions and 2 deletions

View File

@ -289,7 +289,6 @@ _mesh_setup(Scene_Data *data)
Eina_Inarray *vert, *ind;
float *vertex;
unsigned short int *index;
int i = 0;
Eo *primitive = NULL;
/* Setup material. */
@ -413,7 +412,6 @@ main(void)
//Unless Evas 3D supports Software renderer, we set gl backened forcely.
setenv("ECORE_EVAS_ENGINE", "opengl_x11", 1);
int stride_pos;
if (!ecore_evas_init()) return 0;