diff options
-rw-r--r-- | shell/e-shell-window-actions.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c index cba0c52428..2700a5152f 100644 --- a/shell/e-shell-window-actions.c +++ b/shell/e-shell-window-actions.c @@ -36,9 +36,6 @@ #define EVOLUTION_COPYRIGHT \ "Copyright \xC2\xA9 1999 - 2008 Novell, Inc. and Others" -#define EVOLUTION_FAQ \ - "http://live.gnome.org/Evolution/FAQ" - #define EVOLUTION_WEBSITE \ "http://www.gnome.org/projects/evolution/" @@ -728,22 +725,6 @@ action_custom_rule_cb (GtkAction *action, } /** - * E_SHELL_WINDOW_ACTION_FAQ: - * @window: an #EShellWindow - * - * Activation of this action opens a web page with answers to frequently - * asked questions about this application. - * - * Main menu item: Help -> Evolution FAQ - **/ -static void -action_faq_cb (GtkAction *action, - EShellWindow *shell_window) -{ - e_show_uri (GTK_WINDOW (shell_window), EVOLUTION_FAQ); -} - -/** * E_SHELL_WINDOW_ACTION_FORGET_PASSWORDS: * @window: an #EShellWindow * @@ -1488,13 +1469,6 @@ static GtkActionEntry shell_entries[] = { N_("Delete the selection"), NULL }, /* Handled by EFocusTracker */ - { "faq", - "help-faq", - N_("Evolution _FAQ"), - NULL, - N_("Open the Frequently Asked Questions webpage"), - G_CALLBACK (action_faq_cb) }, - { "forget-passwords", NULL, N_("_Forget Passwords"), |