aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2003-03-21 06:12:20 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-03-21 06:12:20 +0800
commit9d1d52dc6b9f5c8e0136131f571497f7f76adfd1 (patch)
tree440a344afe6c6f2fd2e5edb699a147098cae05f2
parent02a3a01ac7f7743d1a18ce973f906bb3eea6b815 (diff)
downloadgsoc2013-evolution-9d1d52dc6b9f5c8e0136131f571497f7f76adfd1.tar
gsoc2013-evolution-9d1d52dc6b9f5c8e0136131f571497f7f76adfd1.tar.gz
gsoc2013-evolution-9d1d52dc6b9f5c8e0136131f571497f7f76adfd1.tar.bz2
gsoc2013-evolution-9d1d52dc6b9f5c8e0136131f571497f7f76adfd1.tar.lz
gsoc2013-evolution-9d1d52dc6b9f5c8e0136131f571497f7f76adfd1.tar.xz
gsoc2013-evolution-9d1d52dc6b9f5c8e0136131f571497f7f76adfd1.tar.zst
gsoc2013-evolution-9d1d52dc6b9f5c8e0136131f571497f7f76adfd1.zip
remove unused command
2003-03-20 JP Rosevear <jpr@ximian.com> * e-shell-view-menu.c: remove unused command svn path=/trunk/; revision=20446
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/e-shell-view-menu.c9
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