This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository edi.
View the commit online.
commit a734f380fe6f1110dc0e8d7ffb940e73ff68875c
Author: Alastair Poole <[email protected]>
AuthorDate: Tue Apr 14 21:00:54 2026 +0100
menu: remove redundant items.
Documentation is moving offline and the website is gone.
---
src/bin/edi_main.c | 18 ------------------
1 file changed, 18 deletions(-)
diff --git a/src/bin/edi_main.c b/src/bin/edi_main.c
index 9426c53..3434dad 100644
--- a/src/bin/edi_main.c
+++ b/src/bin/edi_main.c
@@ -1277,20 +1277,6 @@ _edi_menu_scm_push_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
edi_scm_push();
}
-static void
-_edi_menu_documentation_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
- void *event_info EINA_UNUSED)
-{
- edi_open_url("https://www.enlightenment.org/docs/start#EFL_Documentation");
-}
-
-static void
-_edi_menu_website_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
- void *event_info EINA_UNUSED)
-{
- edi_open_url("http://edi-ide.com");
-}
-
static void
_edi_menu_about_cb(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED,
void *event_info EINA_UNUSED)
@@ -1374,10 +1360,6 @@ _edi_menu_setup(Evas_Object *win)
}
menu_it = elm_menu_item_add(menu, NULL, NULL, _("Help"), NULL, NULL);
- elm_menu_item_add(menu, menu_it, edi_theme_icon_path_get("go-home"), _("Documentation"), _edi_menu_documentation_cb, NULL);
- elm_menu_item_separator_add(menu, menu_it);
- elm_menu_item_add(menu, menu_it, edi_theme_icon_path_get("go-home"), _("Visit Website"), _edi_menu_website_cb, NULL);
- elm_menu_item_separator_add(menu, menu_it);
elm_menu_item_add(menu, menu_it, edi_theme_icon_path_get("help-about"), _("About"), _edi_menu_about_cb, NULL);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.