Wizard : Resolved FIXME added code to free blang_list in page_010

Summary: Signed-off-by: kabeer khan <kabeer.khan@samsung.com>

Reviewers: zmike, devilhorns

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1570
This commit is contained in:
kabeer khan 2014-11-12 14:25:07 -05:00 committed by Mike Blumenkrantz
parent 69c71a16bb
commit 5b992bdc4a
1 changed files with 3 additions and 3 deletions

View File

@ -141,14 +141,14 @@ wizard_page_init(E_Wizard_Page *pg __UNUSED__, Eina_Bool *need_xdg_desktops __UN
}
return 1;
}
/*
EAPI int
wizard_page_shutdown(E_Wizard_Page *pg __UNUSED__)
{
// FIXME: free blang_list
E_FREE_LIST(blang_list, free);
return 1;
}
*/
EAPI int
wizard_page_show(E_Wizard_Page *pg)
{