mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
taglist: remove blank lines in variable declarations
This commit is contained in:
parent
ca320242f3
commit
b45abd2710
1 changed files with 0 additions and 2 deletions
|
@ -343,7 +343,6 @@ void
|
|||
gst_tag_merge_strings_with_comma (GValue * dest, const GValue * src)
|
||||
{
|
||||
GString *str;
|
||||
|
||||
gint i, count;
|
||||
|
||||
count = gst_value_list_get_size (src);
|
||||
|
@ -409,7 +408,6 @@ gst_tag_register (const gchar * name, GstTagFlag flag, GType type,
|
|||
const gchar * nick, const gchar * blurb, GstTagMergeFunc func)
|
||||
{
|
||||
GQuark key;
|
||||
|
||||
GstTagInfo *info;
|
||||
|
||||
g_return_if_fail (name != NULL);
|
||||
|
|
Loading…
Reference in a new issue