diff options
Diffstat (limited to 'src/modules/wizard/page_130.c')
-rw-r--r-- | src/modules/wizard/page_130.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/wizard/page_130.c b/src/modules/wizard/page_130.c index a37b82d400..307d436c96 100644 --- a/src/modules/wizard/page_130.c +++ b/src/modules/wizard/page_130.c @@ -2,19 +2,19 @@ #include "e_wizard.h" /* EAPI int -wizard_page_init(E_Wizard_Page *pg __UNUSED__, Eina_Bool *need_xdg_desktops __UNUSED__, Eina_Bool *need_xdg_icons __UNUSED__) +wizard_page_init(E_Wizard_Page *pg EINA_UNUSED, Eina_Bool *need_xdg_desktops EINA_UNUSED, Eina_Bool *need_xdg_icons EINA_UNUSED) { return 1; } EAPI int -wizard_page_shutdown(E_Wizard_Page *pg __UNUSED__) +wizard_page_shutdown(E_Wizard_Page *pg EINA_UNUSED) { return 1; } */ EAPI int -wizard_page_show(E_Wizard_Page *pg __UNUSED__) +wizard_page_show(E_Wizard_Page *pg EINA_UNUSED) { int hav_backlight = 0; @@ -42,13 +42,13 @@ wizard_page_show(E_Wizard_Page *pg __UNUSED__) } /* EAPI int -wizard_page_hide(E_Wizard_Page *pg __UNUSED__) +wizard_page_hide(E_Wizard_Page *pg EINA_UNUSED) { return 1; } EAPI int -wizard_page_apply(E_Wizard_Page *pg __UNUSED__) +wizard_page_apply(E_Wizard_Page *pg EINA_UNUSED) { return 1; } |