diff options
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/e-shell-view-menu.c | 9 |
2 files changed, 4 insertions, 9 deletions
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 <jpr@ximian.com> + + * e-shell-view-menu.c: remove unused command + 2003-03-19 Not Zed <NotZed@Ximian.com> * 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 |