From 4442539465495751d694012784eaafc5fbf24749 Mon Sep 17 00:00:00 2001 From: Thomas Jansen Date: Mon, 24 Nov 2008 03:46:40 +0100 Subject: [PATCH] screen_browser.c: replaced mpd_unused by G_GNUC_UNUSED --- src/screen_browser.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/screen_browser.c b/src/screen_browser.c index f8493c3..3aeab0b 100644 --- a/src/screen_browser.c +++ b/src/screen_browser.c @@ -23,7 +23,6 @@ #include "charset.h" #include "strfsong.h" #include "screen_utils.h" -#include "gcc.h" #include @@ -352,7 +351,7 @@ add_directory(mpdclient_t *c, char *dir) static bool browser_select_entry(mpdclient_t *c, filelist_entry_t *entry, - mpd_unused gboolean toggle) + G_GNUC_UNUSED gboolean toggle) { assert(entry != NULL); assert(entry->entity != NULL); -- 2.30.2