Fix compilation without --enable-argb
[monky] / src / mixer.c
index cf32108..109ce9b 100644 (file)
@@ -10,7 +10,7 @@
  * Please see COPYING for details
  *
  * Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
- * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al.
+ * Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al.
  *     (see AUTHORS)
  * All rights reserved.
  *
@@ -325,7 +325,6 @@ int check_mixer_muted(struct text_object *obj)
        return 1;
 }
 
-#ifdef X11
 void scan_mixer_bar(struct text_object *obj, const char *arg)
 {
        char buf1[64];
@@ -372,5 +371,3 @@ void print_mixerr_bar(struct text_object *obj, char *p, int p_max_size)
 {
        print_mixer_bar_chan(obj, 1, p, p_max_size);
 }
-
-#endif /* X11 */