gststructure: Remove dead assignment.

'type' is never used until line 1847 where it's overwritten.
This commit is contained in:
Edward Hervey 2009-04-03 12:20:36 +02:00
parent 471bd93af5
commit 4028fa7149

View file

@ -1827,8 +1827,6 @@ gst_structure_parse_value (gchar * str,
/* check if there's a (type_name) 'cast' */
type_name = NULL;
if (*s == '(') {
type = G_TYPE_INVALID;
s++;
while (g_ascii_isspace (*s))
s++;