gst-inspect: remove dead assignment

first_flag will be either:
* rewritten without being read if we loop again (line 284)
* not read again if we don't loop
This commit is contained in:
Edward Hervey 2009-04-04 14:42:04 +02:00
parent 9e4fa43657
commit 5142a04656

View file

@ -302,8 +302,6 @@ print_element_properties_info (GstElement * element)
if (param->flags & GST_PARAM_CONTROLLABLE) {
if (!first_flag)
g_print (", ");
else
first_flag = FALSE;
g_print (_("controllable"));
}
n_print ("\n");