diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-shell.c | 9 | ||||
-rw-r--r-- | src/epiphany-application-menu.ui | 5 |
2 files changed, 0 insertions, 14 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 21dd70d9a..de6799313 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -234,14 +234,6 @@ show_about (GSimpleAction *action, } static void -show_help (GSimpleAction *action, - GVariant *parameter, - gpointer user_data) -{ - ephy_gui_help (NULL, NULL); -} - -static void quit_application (GSimpleAction *action, GVariant *parameter, gpointer user_data) @@ -259,7 +251,6 @@ static GActionEntry app_entries[] = { { "history", show_history, NULL, NULL, NULL }, { "preferences", show_preferences, NULL, NULL, NULL }, { "pdm", show_pdm, NULL, NULL, NULL }, - { "help", show_help, NULL, NULL, NULL }, { "about", show_about, NULL, NULL, NULL }, { "quit", quit_application, NULL, NULL, NULL }, }; diff --git a/src/epiphany-application-menu.ui b/src/epiphany-application-menu.ui index 3bddf1b4f..87d3d8b57 100644 --- a/src/epiphany-application-menu.ui +++ b/src/epiphany-application-menu.ui @@ -34,11 +34,6 @@ </section> <section> <item> - <attribute name="label" translatable="yes">_Help</attribute> - <attribute name="action">app.help</attribute> - <attribute name="accel">F1</attribute> - </item> - <item> <attribute name="label" translatable="yes">_About</attribute> <attribute name="action">app.about</attribute> </item> |