Remove commented Files block, This really doesn't need to be here anymore as

the module handles the menu augment.


SVN revision: 31548
This commit is contained in:
Christopher Michael 2007-08-27 09:01:46 +00:00
parent c8d57913ce
commit ff2a1e5aba
1 changed files with 0 additions and 8 deletions

View File

@ -118,14 +118,6 @@ e_int_menus_main_new(void)
e_util_menu_item_edje_icon_set(mi, "enlightenment/applications");
e_menu_item_submenu_set(mi, subm);
}
/*
#ifdef ENABLE_FILES
mi = e_menu_item_new(m);
e_menu_item_label_set(mi, _("Files"));
e_util_menu_item_edje_icon_set(mi, "enlightenment/fileman");
e_menu_item_callback_set(mi, _e_int_menus_fwin_favorites_item_cb, NULL);
#endif
*/
l = evas_hash_find(_e_int_menus_augmentation, "main/1");
if (l) _e_int_menus_augmentation_add(m, l);