diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-11 23:49:34 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-09-11 23:49:34 +0800 |
commit | cbe90f148abbfd273f301358c7fa73a58ff5dd41 (patch) | |
tree | 34254dbc006fa7a8a9ebb6a20b074f00ef491ad1 | |
parent | c0a255eb90769638d57ae4122932f75c46e4e531 (diff) | |
download | gsoc2013-evolution-cbe90f148abbfd273f301358c7fa73a58ff5dd41.tar.gz gsoc2013-evolution-cbe90f148abbfd273f301358c7fa73a58ff5dd41.tar.zst gsoc2013-evolution-cbe90f148abbfd273f301358c7fa73a58ff5dd41.zip |
Fix a compilation error.
svn path=/branches/kill-bonobo/; revision=36308
-rw-r--r-- | shell/e-shell-nm.c | 15 |
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; -} |