mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
gst-inspect: Remove dead assignment
readable is set just after before usage since 906bbd3817
This commit is contained in:
parent
2682f378c8
commit
e4c07997d1
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue