Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_container.c Log Message: Moved unused variable (int i) to the comment block where it should be =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_container.c,v retrieving revision 1.94 retrieving revision 1.95 diff -u -3 -r1.94 -r1.95 --- e_container.c 4 Dec 2005 12:03:58 -0000 1.94 +++ e_container.c 29 Dec 2005 13:29:51 -0000 1.95 @@ -936,7 +936,6 @@ _e_container_free(E_Container *con) { Evas_List *l, *tmp; - int i; ecore_x_window_del(con->event_win); /* We can't use e_object_del here, because border adds a ref to itself @@ -945,6 +944,8 @@ * looping (particularly remember/lock config dialogs). this is just * disabled until we put in some special handling for this * + int i; + for (i = 0; i < 7; i++) { for (l = con->layers[i].clients; l;) ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs