From a5dd53e01c817dcdf6a9d67a5eaf666e2ab120e0 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Sat, 24 Mar 2007 11:29:12 +0000 Subject: [PATCH] Remove old code. SVN revision: 29004 --- src/bin/e_thumb_main.c | 12 ------------ src/modules/ibar/e_mod_main.c | 2 -- 2 files changed, 14 deletions(-) diff --git a/src/bin/e_thumb_main.c b/src/bin/e_thumb_main.c index d6ce5f015..14ccd7bc3 100644 --- a/src/bin/e_thumb_main.c +++ b/src/bin/e_thumb_main.c @@ -72,15 +72,6 @@ main(int argc, char **argv) ecore_file_init(); ecore_ipc_init(); -/* DON'T need this - .desktop files support removed - ecore_desktop_init(); - ecore_desktop_paths_extras_clear(); - ecore_desktop_paths_prepend_user(ECORE_DESKTOP_PATHS_ICONS, "~/.e/e/icons"); - snprintf(buf, sizeof(buf), "%s/data/icons", e_prefix_data_get()); - ecore_desktop_paths_append_system(ECORE_DESKTOP_PATHS_ICONS, buf); - ecore_desktop_paths_regen(); -*/ - snprintf(_thumbdir, sizeof(_thumbdir), "%s/.e/e/fileman/thumbnails", e_user_homedir_get()); ecore_file_mkpath(_thumbdir); @@ -93,9 +84,6 @@ main(int argc, char **argv) _e_ipc_server = NULL; } -/* DON'T need this - .desktop support removed - ecore_desktop_shutdown(); - */ ecore_ipc_shutdown(); ecore_file_shutdown(); ecore_evas_shutdown(); diff --git a/src/modules/ibar/e_mod_main.c b/src/modules/ibar/e_mod_main.c index 217a893d5..8aeb2b482 100644 --- a/src/modules/ibar/e_mod_main.c +++ b/src/modules/ibar/e_mod_main.c @@ -239,7 +239,6 @@ _ibar_new(Evas *evas, const char *dir) IBar *b; char buf[4096]; - ecore_desktop_instrumentation_reset(); b = E_NEW(IBar, 1); b->o_box = e_box_add(evas); e_box_homogenous_set(b->o_box, 1); @@ -258,7 +257,6 @@ _ibar_new(Evas *evas, const char *dir) if (b->apps) e_app_subdir_scan(b->apps, 0); e_app_change_callback_add(_ibar_cb_app_change, b); _ibar_fill(b); - ecore_desktop_instrumentation_print(); return b; }