ecore_file: remove ecore_file_ls_iterator function from header.

It has no implementation in the ecore_file.c file.
This has been forgotten in commit d4059c7 when moving this function to
Eina library.
This commit is contained in:
Pierre Le Magourou 2014-10-15 10:20:13 +02:00 committed by Cedric BAIL
parent 4a71cb268f
commit 42a7d9b71c
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ EAPI Eina_Bool ecore_file_can_write (const char *file);
EAPI Eina_Bool ecore_file_can_exec (const char *file);
EAPI char *ecore_file_readlink (const char *link);
EAPI Eina_List *ecore_file_ls (const char *dir);
EAPI Eina_Iterator *ecore_file_ls_iterator (const char *dir);
EAPI char *ecore_file_app_exe_get (const char *app);
EAPI char *ecore_file_escape_name (const char *filename);
EAPI char *ecore_file_strip_ext (const char *file);