From: Thomas Jansen Date: Mon, 24 Nov 2008 02:46:40 +0000 (+0100) Subject: screen_browser.c: replaced mpd_unused by G_GNUC_UNUSED X-Git-Tag: v0.12_beta1~20 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4442539465495751d694012784eaafc5fbf24749;p=ncmpc.git screen_browser.c: replaced mpd_unused by G_GNUC_UNUSED --- 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);