aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index 85bb603ffb..211fdfdb2a 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -742,24 +742,6 @@ stop_progress_bar (EShellView *shell_view)
/* EvolutionShellView interface callbacks. */
-/*
- * MOVEME: into Bonobo.
- */
-static void
-bonobo_ui_container_set_status (Bonobo_UIContainer container,
- const char *text,
- CORBA_Environment *opt_ev)
-{
- char *str;
-
- g_return_if_fail (text != NULL);
- g_return_if_fail (container != CORBA_OBJECT_NIL);
-
- str = g_strdup_printf ("<item name=\"main\">%s</item>", text);
-
- bonobo_ui_component_set (NULL, container, "/status", str, opt_ev);
-}
-
static void
shell_view_interface_set_message_cb (EvolutionShellView *shell_view,
const char *message,