mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
registrychunks: remove unused macro
macro was added in 2011 and isn't used anymore
This commit is contained in:
parent
fd253ab1ab
commit
6f4bb8850b
1 changed files with 0 additions and 10 deletions
|
@ -209,16 +209,6 @@ gst_registry_chunks_save_pad_template (GList ** list,
|
||||||
return TRUE;
|
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:
|
* gst_registry_chunks_save_feature:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue