From d4b6c6c92bc1e1dcee12ef9a763e5d54f146b70f Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 11 Mar 2008 09:27:31 +0000 Subject: Drop gnome-vfs dependency and use gio instead. Fixes bug #514380 (Cosimo Cecchi). svn path=/trunk/; revision=737 --- src/empathy-chat-chandler.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/empathy-chat-chandler.c') diff --git a/src/empathy-chat-chandler.c b/src/empathy-chat-chandler.c index ab6720912..febea756d 100644 --- a/src/empathy-chat-chandler.c +++ b/src/empathy-chat-chandler.c @@ -28,8 +28,6 @@ #include #include -#include - #include #include @@ -138,7 +136,6 @@ main (int argc, char *argv[]) gtk_window_set_default_icon_name ("empathy"); gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (), PKGDATADIR G_DIR_SEPARATOR_S "icons"); - gnome_vfs_init (); mc = empathy_mission_control_new (); chandler = empathy_chandler_new (BUS_NAME, OBJECT_PATH); -- cgit v1.2.3