E/Wizard: Fix formatting. Add UNUSED where missing.

SVN revision: 63158
This commit is contained in:
Christopher Michael 2011-09-04 17:04:03 +00:00
parent 2ea4a68f10
commit ba8c1f1711
1 changed files with 28 additions and 27 deletions

View File

@ -13,7 +13,8 @@ struct _E_Intl_Pair
const char *locale_translation;
};
const E_Intl_Pair basic_language_predefined_pairs[ ] = {
const E_Intl_Pair basic_language_predefined_pairs[ ] =
{
{"bg_BG.UTF-8", "lang-bg_BG.png", "Български"},
{"ca_ES.UTF-8", "lang-ca_ES.png", "Català"},
{"zh_CN.UTF-8", "lang-zh_CN.png", "Chinese (Simplified)"},
@ -176,7 +177,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__)
{
// evas_object_del(pg->data);
/* special - language inits its stuff the moment it goes away */