aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
authorXan Lopez <xan@igalia.com>2012-04-13 20:59:19 +0800
committerXan Lopez <xan@igalia.com>2012-04-13 20:59:19 +0800
commit48f9e3e9f2958b657769d53b7965fe94a44917f8 (patch)
tree40011b48788d9290e6fa80ebea111e09318c153e /src/ephy-shell.c
parentfeb09045a75174f350b85391917dccce04246cba (diff)
downloadgsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.tar
gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.tar.gz
gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.tar.bz2
gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.tar.lz
gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.tar.xz
gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.tar.zst
gsoc2013-epiphany-48f9e3e9f2958b657769d53b7965fe94a44917f8.zip
Remove Epiphany manual
The current manual is quite obsolete and uses and outdated technology, so it really just needs a full rewrite at this point. Hopefully this will motivate someone to do it, meanwhile we stop shipping misguiding documentation. https://bugzilla.gnome.org/show_bug.cgi?id=674047
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 },
};