From 9d1d52dc6b9f5c8e0136131f571497f7f76adfd1 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 20 Mar 2003 22:12:20 +0000 Subject: remove unused command 2003-03-20 JP Rosevear * e-shell-view-menu.c: remove unused command svn path=/trunk/; revision=20446 --- shell/ChangeLog | 4 ++++ shell/e-shell-view-menu.c | 9 --------- 2 files changed, 4 insertions(+), 9 deletions(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 3878cd49fd..07f4d8da91 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2003-03-20 JP Rosevear + + * e-shell-view-menu.c: remove unused command + 2003-03-19 Not Zed * e-config-upgrade.c (e_config_upgrade): Added some more doco just diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 64aec0cda3..93787d7042 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -650,14 +650,6 @@ command_pilot_settings (BonoboUIComponent *uih, launch_pilot_settings (NULL); } -static void -command_pilot_conduit_settings (BonoboUIComponent *uih, - void *data, - const char *path) -{ - launch_pilot_settings ("--cap-id=1"); -} - static BonoboUIVerb new_verbs [] = { BONOBO_UI_VERB ("NewFolder", command_new_folder), @@ -704,7 +696,6 @@ static BonoboUIVerb actions_verbs[] = { static BonoboUIVerb tools_verbs[] = { BONOBO_UI_VERB ("Settings", command_settings), - BONOBO_UI_VERB ("PilotConduitSettings", command_pilot_conduit_settings), BONOBO_UI_VERB ("PilotSettings", command_pilot_settings), BONOBO_UI_VERB_END -- cgit v1.2.3