input_curl.c: replaced mpd_unused by G_GNUC_UNUSED

This commit is contained in:
Thomas Jansen 2008-11-24 14:33:25 +01:00
parent 7c7b0431fe
commit f0e621bcdb
1 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,6 @@
#include "input_curl.h"
#include "input_stream.h"
#include "gcc.h"
#include "dlist.h"
#include <assert.h>
@ -327,7 +326,7 @@ input_curl_close(struct input_stream *is)
}
static bool
input_curl_eof(mpd_unused struct input_stream *is)
input_curl_eof(G_GNUC_UNUSED struct input_stream *is)
{
struct input_curl *c = is->data;