From ba5a7e1b4ccd0a65b72532252ca922b8dea4cce3 Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Sat, 30 Jul 2016 10:22:11 -0300 Subject: Remove help viewer It's very unlikely I'll every write documentation for HardInfo anyway. --- shell/menu.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'shell/menu.c') 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"), "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"), -- cgit v1.2.3