diff src/audacious/main.h @ 2907:21b27e97bfb9 trunk

Remove pointless starting_up variable. With transition to UIManager actions, the codepaths it was blocking will no longer be executed at startup.
author William Pitcock <nenolod@atheme.org>
date Thu, 28 Jun 2007 01:42:49 -0500
parents 68f3b7ff4333
children 6a474a7954a0
line wrap: on
line diff
--- a/src/audacious/main.h	Thu Jun 28 01:41:03 2007 -0500
+++ b/src/audacious/main.h	Thu Jun 28 01:42:49 2007 -0500
@@ -162,8 +162,6 @@
 
 extern GList *dock_window_list;
 
-extern gboolean starting_up;
-
 extern gboolean has_x11_connection;
 
 void bmp_config_save(void);