registrychunks: remove unused macro

macro was added in 2011 and isn't used anymore
This commit is contained in:
Thiago Santos 2016-02-16 17:53:10 -03:00
parent fd253ab1ab
commit 6f4bb8850b

View file

@ -209,16 +209,6 @@ gst_registry_chunks_save_pad_template (GList ** list,
return TRUE;
}
#define VALIDATE_UTF8(__details, __entry) \
G_STMT_START { \
if (!g_utf8_validate (__details->__entry, -1, NULL)) { \
g_warning ("Invalid UTF-8 in " G_STRINGIFY (__entry) ": %s", \
__details->__entry); \
g_free (__details->__entry); \
__details->__entry = g_strdup ("[ERROR: invalid UTF-8]"); \
} \
} G_STMT_END
/*
* gst_registry_chunks_save_feature:
*