examples/evas-3d-blending: Remove unused global variable.

This got shadowed in one of the functions and is not used at all.
This commit is contained in:
Stefan Schmidt 2015-01-09 16:44:56 +01:00
parent c8ce785970
commit 4bbac653e7
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ typedef struct _vec4
float w;
} vec4;
Ecore_Evas *ecore_evas = NULL;
Evas *evas = NULL;
Eo *background = NULL;
Eo *image = NULL;