Remove unused variable.

Add return values.


SVN revision: 17809
This commit is contained in:
sebastid 2005-10-23 12:05:55 +00:00 committed by sebastid
parent c71e369c7f
commit 4970ccc1e7
1 changed files with 3 additions and 2 deletions

View File

@ -42,8 +42,7 @@ int
e_intl_init(void)
{
char *s;
E_Input_Method_Config *imc;
if (_e_intl_languages) return 1;
/* supporeted languages - as we get translations - add them here
@ -139,6 +138,7 @@ e_intl_post_init(void)
e_intl_input_method_set(e_config->input_method);
_e_intl_exit_handler = ecore_event_handler_add(ECORE_EVENT_EXE_EXIT, _e_intl_cb_exit, NULL);
return 1;
}
int
@ -153,6 +153,7 @@ e_intl_post_shutdown(void)
e_intl_input_method_set(NULL);
e_intl_language_set(NULL);
E_EXE_STOP(_e_intl_input_method_exec);
return 1;
}
static Evas_List *