remove unused var

This commit is contained in:
Mike Blumenkrantz 2014-02-06 12:55:49 -05:00
parent ea7c0c3dcd
commit 442f3904ed
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ static Eina_Bool _e_main_cb_idle_after(void *data __UNUSED__);
static Eina_Bool _e_main_cb_startup_fake_end(void *data __UNUSED__);
/* local variables */
static int idle_freeze = 0;
static Eina_Bool really_know = EINA_FALSE;
static Eina_Bool locked = EINA_FALSE;
static Eina_Bool inloop = EINA_FALSE;