aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@src.gnome.org>2008-09-11 23:49:34 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-09-11 23:49:34 +0800
commitcbe90f148abbfd273f301358c7fa73a58ff5dd41 (patch)
tree34254dbc006fa7a8a9ebb6a20b074f00ef491ad1 /shell
parentc0a255eb90769638d57ae4122932f75c46e4e531 (diff)
downloadgsoc2013-evolution-cbe90f148abbfd273f301358c7fa73a58ff5dd41.tar
gsoc2013-evolution-cbe90f148abbfd273f301358c7fa73a58ff5dd41.tar.gz
gsoc2013-evolution-cbe90f148abbfd273f301358c7fa73a58ff5dd41.tar.bz2
gsoc2013-evolution-cbe90f148abbfd273f301358c7fa73a58ff5dd41.tar.lz
gsoc2013-evolution-cbe90f148abbfd273f301358c7fa73a58ff5dd41.tar.xz
gsoc2013-evolution-cbe90f148abbfd273f301358c7fa73a58ff5dd41.tar.zst
gsoc2013-evolution-cbe90f148abbfd273f301358c7fa73a58ff5dd41.zip
Fix a compilation error.
svn path=/branches/kill-bonobo/; revision=36308
Diffstat (limited to 'shell')
-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;
-}