summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2016-03-08 11:06:29 +0100
committerStefan Schmidt <stefan@osg.samsung.com>2016-03-08 11:06:29 +0100
commit4f86edc1b616843766e3c2e9e768ab736e8b632b (patch)
tree43bff17a39c83660c2ae35b11c7c5249441079fe
parent3df71ab0f668967cf37813cc2322d1993a4d5db1 (diff)
downloadefl-4f86edc1b616843766e3c2e9e768ab736e8b632b.tar.gz
evas-3d examples: remove unused variables
-rw-r--r--src/examples/evas/evas-3d-hull.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/examples/evas/evas-3d-hull.c b/src/examples/evas/evas-3d-hull.c
index 487788437c..57602b6988 100644
--- a/src/examples/evas/evas-3d-hull.c
+++ b/src/examples/evas/evas-3d-hull.c
@@ -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;