From 029763243c6580f3d57018d6caaa61592c56b82b Mon Sep 17 00:00:00 2001 From: sebastid Date: Wed, 23 Feb 2005 11:35:42 +0000 Subject: [PATCH] Remove old stuff. SVN revision: 13476 --- src/bin/e_apps.c | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/src/bin/e_apps.c b/src/bin/e_apps.c index 24ce3daad..a61657aaa 100644 --- a/src/bin/e_apps.c +++ b/src/bin/e_apps.c @@ -738,25 +738,7 @@ _e_app_cb_monitor(void *data, Ecore_File_Monitor *em, * to check which files are here. */ if ((type == ECORE_FILE_TYPE_DIRECTORY) && !strcmp(path, app->path)) { -#if 0 - a2 = _e_app_subapp_path_find(app, path); - - /* If this app is in a main repository, tell all referencing - * apps to rescan. */ - if (a2) - { - a2->deleted = 1; - for (l = a2->references; l; l = l->next) - { - E_App *app; - - app = l->data; - _e_app_subdir_rescan(app); - } - } -#endif - - /* We don't know why it's changed Better rescan... */ + /* We don't know why it's changed, better rescan... */ _e_app_subdir_rescan(app); } break;