diff src/audacious/main.h @ 4544:084dbc8d23da

removed variable "has_x11_connection" from main.c, needed to hookify some functions therefore
author mf0102 <0102@gmx.at>
date Mon, 12 May 2008 23:01:06 +0200
parents 97b29dec6c6b
children 2eee464379dc
line wrap: on
line diff
--- a/src/audacious/main.h	Mon May 12 19:31:11 2008 +0200
+++ b/src/audacious/main.h	Mon May 12 23:01:06 2008 +0200
@@ -76,8 +76,6 @@
 
 extern gchar *aud_paths[];
 
-extern gboolean has_x11_connection;
-
 extern GCond *cond_scan;
 extern GMutex *mutex_scan;
 #if defined(USE_DBUS) && defined(_AUDACIOUS_CORE)