Comp Module: Cleanup

NB: No 'functional' changes, just cleanup.
  Remove Unused variable.
  Whitespace removal.



SVN revision: 56928
This commit is contained in:
Christopher Michael 2011-02-10 17:26:40 +00:00
parent 7f85985c3e
commit a368649dfc
1 changed files with 104 additions and 105 deletions

View File

@ -440,7 +440,6 @@ _e_mod_comp_win_update(E_Comp_Win *cw)
{
cw->shaped = 0;
}
}
}
@ -771,7 +770,7 @@ _e_mod_comp_cb_update(E_Comp *c)
E_Comp_Win *cw;
Eina_List *new_updates = NULL; // for failed pixmap fetches - get them next frame
Eina_List *update_done = NULL;
static int doframeinfo = -1;
// static int doframeinfo = -1;
c->update_job = NULL;
DBG("UPDATE ALL\n");