Comment out unused variable.

SVN revision: 16153
This commit is contained in:
sebastid 2005-08-14 17:08:38 +00:00 committed by sebastid
parent d236f441e5
commit 0ae6c5962a
1 changed files with 2 additions and 0 deletions

View File

@ -1086,7 +1086,9 @@ _e_container_resize_handle(E_Container *con)
{
E_Event_Container_Resize *ev;
Evas_List *l, *screens;
#if 0
int i;
#endif
ev = calloc(1, sizeof(E_Event_Container_Resize));
ev->container = con;