diff src/console/Audacious_Driver.cxx @ 1499:799f92d815b2

removed NSFE playlist option (which was marked TODO)
author mf0102 <0102@gmx.at>
date Thu, 16 Aug 2007 15:52:26 +0200
parents a1fccf242404
children 3a252050736c
line wrap: on
line diff
--- a/src/console/Audacious_Driver.cxx	Thu Aug 16 14:47:14 2007 +0200
+++ b/src/console/Audacious_Driver.cxx	Thu Aug 16 15:52:26 2007 +0200
@@ -36,7 +36,7 @@
 int const path_max = 4096;
 
 AudaciousConsoleConfig audcfg =
-{ 180, FALSE, 32000, TRUE, 0, 0, FALSE, 0, FALSE };
+{ 180, FALSE, 32000, 0, 0, FALSE, 0, FALSE };
 static GThread* decode_thread;
 static GStaticMutex playback_mutex = G_STATIC_MUTEX_INIT;
 static int console_ip_is_going;