Drop an unused object

A downside of using templates is that we can have 'parasitic'
objects in there that don't get used for anything.
This commit is contained in:
Matthias Clasen 2014-05-24 11:06:10 -04:00
parent 72c79deb3b
commit e916391e6c

View File

@ -2,11 +2,6 @@
<interface domain="gtk30">
<!-- interface-requires gtk+ 3.10 -->
<!-- interface-requires gtkprivate 3.10 -->
<object class="GtkImage" id="location_button_image">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="icon_name">gtk-edit</property>
</object>
<template class="GtkFileChooserWidget" parent="GtkBox">
<property name="can_focus">False</property>
<property name="orientation">vertical</property>