gst-inspect: Remove dead assignment

readable is set just after before usage since 906bbd3817
This commit is contained in:
Edward Hervey 2018-12-15 10:53:55 +01:00 committed by Edward Hervey
parent 2682f378c8
commit e4c07997d1

View file

@ -365,8 +365,6 @@ print_object_properties_info (GObject * obj, GObjectClass * obj_class,
|| owner_type == GST_TYPE_OBJECT || owner_type == GST_TYPE_PAD))
continue;
readable = FALSE;
g_value_init (&value, param->value_type);
n_print ("%s%-20s%s: %s%s%s\n", PROP_NAME_COLOR,