diff src/audacious/main.c @ 3165:8775dfc57ead trunk

Remove mainwin_set_info_text() craq. Still some work to do.
author William Pitcock <nenolod@atheme-project.org>
date Wed, 25 Jul 2007 15:46:00 -0500
parents 6494bb1f23a4
children e91acf24afbc
line wrap: on
line diff
--- a/src/audacious/main.c	Tue Jul 24 13:17:23 2007 -0500
+++ b/src/audacious/main.c	Wed Jul 25 15:46:00 2007 -0500
@@ -1227,7 +1227,6 @@
     if (options.headless != 1)
     {
         read_volume(VOLSET_STARTUP);
-        mainwin_set_info_text();
 
         /* FIXME: delayed, because it deals directly with the plugin
          * interface to set menu items */
@@ -1296,7 +1295,6 @@
     {
         GMainLoop *loop;
 
-        mainwin_set_info_text();
         playlist_start_get_info_thread();
 
         loop = g_main_loop_new(NULL, TRUE);