Remove old code.

SVN revision: 29033
This commit is contained in:
Sebastian Dransfeld 2007-03-24 18:33:56 +00:00
parent 0ad59a25b0
commit 3b2e71428e
1 changed files with 0 additions and 4 deletions

View File

@ -152,7 +152,6 @@ e_app_init(void)
#if CLEVER_BORDERS
#endif
/* Prefill with empty E_Apps from the all directory. */
ecore_desktop_instrumentation_reset();
begin = ecore_time_get();
_e_apps_all = e_app_new(_e_apps_path_all, 0);
_e_apps_all_filenames = ecore_file_ls(_e_apps_path_all);
@ -183,8 +182,6 @@ e_app_init(void)
#if DEBUG
printf("INITIAL APP SCAN %3.3f\n", ecore_time_get() - begin);
#endif
ecore_desktop_instrumentation_print();
ecore_desktop_instrumentation_reset();
_e_apps_hash_idler.begin = ecore_time_get();
_e_apps_hash_idler.idler = ecore_idler_add(_e_apps_hash_idler_cb, &_e_apps_hash_idler);
return 1;
@ -237,7 +234,6 @@ _e_apps_hash_idler_cb(void *data)
#endif
#endif
idler->idler = NULL;
ecore_desktop_instrumentation_print();
return 0;
}
return 1;