aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/e-shell-nm.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/shell/e-shell-nm.c b/shell/e-shell-nm.c
index e03e009d13..8809f32a9f 100644
--- a/shell/e-shell-nm.c
+++ b/shell/e-shell-nm.c
@@ -131,18 +131,3 @@ exception:
return FALSE;
}
-
-gboolean
-e_shell_dbus_initialise (EShellWindow *window)
-{
- g_type_init ();
-
- return init_dbus (window);
-}
-
-void
-e_shell_dbus_dispose (EShellWindow *window)
-{
- //FIXME
- return;
-}