# HG changeset patch
# User William Pitcock <nenolod@atheme.org>
# Date 1189511640 18000
# Node ID 69be01c2f6b69c6da5d5e707cf82bcf617ccac7d
# Parent  ef08e1a4f5b76047c0d62cb8b9536362db75c4c3
/* FIXME! Remove this completely -ccr */ (#define xmms_check_realtime_priority(N) FALSE) -> fixed

diff -r ef08e1a4f5b7 -r 69be01c2f6b6 src/audacious/util.h
--- a/src/audacious/util.h	Tue Sep 11 05:26:57 2007 -0500
+++ b/src/audacious/util.h	Tue Sep 11 06:54:00 2007 -0500
@@ -96,10 +96,6 @@
                              GtkSignalFunc button_action,
                              gpointer action_data);
 
-/* FIXME! Remove this completely -ccr */
-#define xmms_check_realtime_priority(N) FALSE
-
-
 GdkPixmap *create_dblsize_pixmap(GdkPixmap *pix);
 
 GdkPixbuf *audacious_create_colorized_pixbuf(GdkPixbuf *src, gint red, gint green, gint blue);