summaryrefslogtreecommitdiff
path: root/shell/menu.c
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2016-07-30 10:22:11 -0300
committerLeandro Pereira <leandro@hardinfo.org>2016-07-30 10:33:42 -0300
commitba5a7e1b4ccd0a65b72532252ca922b8dea4cce3 (patch)
treef8e7ed787f9c194f49be8cd4283f331bcb5ed116 /shell/menu.c
parent00951b7535e210bf5b90c53c85d728b074760123 (diff)
Remove help viewer
It's very unlikely I'll every write documentation for HardInfo anyway.
Diffstat (limited to 'shell/menu.c')
-rw-r--r--shell/menu.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/shell/menu.c b/shell/menu.c
index ddc2f864..b72e0a45 100644
--- a/shell/menu.c
+++ b/shell/menu.c
@@ -84,16 +84,6 @@ static GtkActionEntry entries[] = {
NULL,
G_CALLBACK(cb_refresh)},
- {"OnlineDocsAction", GTK_STOCK_HELP,
- N_("Contents"), "F1",
- NULL,
- G_CALLBACK(cb_open_online_docs)},
-
- {"ContextHelpAction", NULL,
- N_("Context help"), "<Ctrl>F1",
- NULL,
- G_CALLBACK(cb_open_online_docs_context)},
-
{"HomePageAction", HI_STOCK_INTERNET,
N_("_Open HardInfo Web Site"), NULL,
NULL,
@@ -104,11 +94,6 @@ static GtkActionEntry entries[] = {
NULL,
G_CALLBACK(cb_report_bug)},
- {"DonateAction", HI_STOCK_DONATE,
- N_("_Donate to the project"), NULL,
- NULL,
- G_CALLBACK(cb_donate)},
-
{"AboutAction", GTK_STOCK_ABOUT,
N_("_About HardInfo"), NULL,
N_("Displays program version information"),