diff audacious/main.c @ 1936:60934ccc817d trunk

[svn] - per bug #605, remove GNOME VFS.
author nenolod
date Sun, 05 Nov 2006 02:29:47 -0800
parents 6b4116c34489
children 1d9c1026d9f8
line wrap: on
line diff
--- a/audacious/main.c	Sun Nov 05 00:55:21 2006 -0800
+++ b/audacious/main.c	Sun Nov 05 02:29:47 2006 -0800
@@ -141,11 +141,7 @@
     FALSE,                      /* sticky */
     FALSE,                      /* no playlist advance */
     FALSE,                      /* stop after current song */
-#ifdef HAVE_GNOME_VFS
-    FALSE,                      /* refresh file list - should be unneeded with VFS */
-#else
     TRUE,                       /* refresh file list */
-#endif
     TRUE,                       /* UNUSED (smooth title scrolling) */
     TRUE,                       /* use playlist metadata */
     TRUE,                       /* warn about unplayables */
@@ -391,10 +387,6 @@
 {
     GSList *features = NULL;
     
-#ifdef HAVE_GNOME_VFS
-    features = g_slist_append(features, "GNOME VFS");
-#endif
-
 #ifdef HAVE_GCONF
     features = g_slist_append(features, "GConf");
 #endif