aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view-menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-view-menu.c')
-rw-r--r--shell/e-shell-view-menu.c9
1 files changed, 0 insertions, 9 deletions
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