aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r--src/ephy-shell.c9
1 files changed, 0 insertions, 9 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 },
};