Code

lyrics.c: replaced mpd_unused by G_GNUC_UNUSED
authorThomas Jansen <mithi@mithi.net>
Mon, 24 Nov 2008 02:43:47 +0000 (03:43 +0100)
committerMax Kellermann <max@duempel.org>
Mon, 24 Nov 2008 06:47:38 +0000 (07:47 +0100)
src/lyrics.c

index e6cb5d2b3101213b162c82098366994b7e86b773..7686c13561798101a18cbaf1be83c8f34eea8ec7 100644 (file)
@@ -17,7 +17,6 @@
  */
 
 #include "lyrics.h"
-#include "gcc.h"
 #include "../config.h"
 
 #include <assert.h>
@@ -120,8 +119,8 @@ lyrics_eof(struct lyrics_loader *loader)
 }
 
 static gboolean
-lyrics_data(mpd_unused GIOChannel *source,
-           mpd_unused GIOCondition condition, gpointer data)
+lyrics_data(G_GNUC_UNUSED GIOChannel *source,
+           G_GNUC_UNUSED GIOCondition condition, gpointer data)
 {
        struct lyrics_loader *loader = data;
        char buffer[256];