example/performance: Remove unused variable.

This commit is contained in:
Daniel Juyung Seo 2015-09-16 01:06:38 +09:00
parent 6067c0a910
commit 1768dd6436
1 changed files with 0 additions and 1 deletions

View File

@ -567,7 +567,6 @@ EAPI_MAIN
int elm_main(int argc, char **argv)
{
Evas *evas = NULL;
const char *engine;
Evas_Object *win = NULL, *bg = NULL, *image = NULL;
Ecore_Animator *timer = NULL;
Evas_Object *layout = NULL;