Remove old code.

SVN revision: 44460
This commit is contained in:
Christopher Michael 2009-12-15 04:02:08 +00:00
parent 6488b1d7d7
commit 6eb831933d
1 changed files with 2 additions and 3 deletions

View File

@ -329,9 +329,8 @@ _il_home_win_new(Instance *inst)
E_Zone *zone;
char buff[PATH_MAX];
if (!hwin)
hwin = E_OBJECT_ALLOC(Il_Home_Win, IL_HOME_WIN_TYPE,
_il_home_win_cb_free);
hwin = E_OBJECT_ALLOC(Il_Home_Win, IL_HOME_WIN_TYPE,
_il_home_win_cb_free);
if (!hwin) return;
con = e_container_current_get(e_manager_current_get());