Remove old code.

Can't unmonitor all since we don't do a proper cleanup.


SVN revision: 29027
This commit is contained in:
Sebastian Dransfeld 2007-03-24 17:50:24 +00:00
parent faf9f548bf
commit c22e458a25
2 changed files with 2 additions and 12 deletions

View File

@ -354,6 +354,7 @@ e_app_shutdown(void)
EAPI void
e_app_unmonitor_all(void)
{
#if 0
Evas_List *l;
for (l = _e_apps_all->subapps; l; l = l->next)
@ -367,16 +368,7 @@ e_app_unmonitor_all(void)
a->monitor = NULL;
}
}
}
/* FIXME: Not actualy used anywhere, should we nuke it or should we use it everywhere that an E_App is allocated? */
EAPI E_App *
e_app_raw_new(void)
{
E_App *a;
a = E_OBJECT_ALLOC(E_App, E_APP_TYPE, _e_app_free);
return a;
#endif
}
EAPI E_App *
@ -3049,7 +3041,6 @@ _e_app_cb_exec(void *data, Efreet_Desktop *desktop, char *exec, int remaining)
e_util_env_set("DESKTOP_STARTUP_ID", buf);
e_util_library_path_strip();
printf("exec: %s\n", exec);
exe = ecore_exe_pipe_run(exec,
ECORE_EXE_PIPE_AUTO | ECORE_EXE_PIPE_READ | ECORE_EXE_PIPE_ERROR |
ECORE_EXE_PIPE_READ_LINE_BUFFERED | ECORE_EXE_PIPE_ERROR_LINE_BUFFERED,

View File

@ -148,7 +148,6 @@ EAPI Evas_List *e_app_mime_list (const char *mime);
EAPI void e_app_fields_fill (E_App *a, const char *path);
EAPI void e_app_fields_save (E_App *a);
EAPI E_App *e_app_raw_new (void);
EAPI Ecore_List *e_app_dir_file_list_get (E_App *a);
EAPI void e_app_fields_empty (E_App *a);
EAPI int e_app_valid_exe_get (E_App *a);