E/Wizard: Add UNUSED

SVN revision: 63162
This commit is contained in:
Christopher Michael 2011-09-04 17:06:53 +00:00
parent 11fad23c03
commit 56133e3457
1 changed files with 2 additions and 3 deletions

View File

@ -134,7 +134,7 @@ wizard_page_show(E_Wizard_Page *pg)
}
EAPI int
wizard_page_hide(E_Wizard_Page *pg)
wizard_page_hide(E_Wizard_Page *pg __UNUSED__)
{
if (!do_comp)
{
@ -178,8 +178,7 @@ wizard_page_hide(E_Wizard_Page *pg)
e_config->use_composite = 1;
e_mod_comp_cfdata_edd_init(&(conf_edd),
&(conf_match_edd));
e_mod_comp_cfdata_edd_init(&(conf_edd), &(conf_match_edd));
cfg = e_mod_comp_cfdata_config_new();
if (do_gl)