gst-inspect: Remove dead assignment
authorEdward Hervey <edward@centricular.com>
Sat, 15 Dec 2018 09:53:55 +0000 (10:53 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Sat, 15 Dec 2018 09:53:55 +0000 (10:53 +0100)
readable is set just after before usage since 906bbd3817c86e64d1bfa57570469055456addfe

tools/gst-inspect.c

index 4dece54..3be4aa0 100644 (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,