diff options
author | Timm Bäder <mail@baedert.org> | 2016-10-02 09:15:27 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | c301357627172e4aeb3a7cb8d04fd5428d930df4 (patch) | |
tree | e4c3ebbf01cd0856418d7c1710c743c898e5e900 /gtk | |
parent | 91f989006c9f97b1bc664c7b771fbb8b6255c520 (diff) | |
download | gtk+-c301357627172e4aeb3a7cb8d04fd5428d930df4.tar.gz |
inspector: Remove object_title from css editor
It's unused
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/inspector/css-editor.ui | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/inspector/css-editor.ui b/gtk/inspector/css-editor.ui index 9bfd973a16..f3a5eb36d8 100644 --- a/gtk/inspector/css-editor.ui +++ b/gtk/inspector/css-editor.ui @@ -69,11 +69,6 @@ <property name="pack-type">start</property> </packing> </child> - <child type="center"> - <object class="GtkLabel" id="object_title"> - <property name="visible">True</property> - </object> - </child> </object> </child> <child> |