network: Remove unused GtkListStore objects

https://bugzilla.gnome.org/show_bug.cgi?id=746411
This commit is contained in:
Bastien Nocera 2015-03-18 16:01:28 +01:00
parent 60f6ba1d72
commit 0e428f2881
2 changed files with 0 additions and 58 deletions

View file

@ -1,20 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkListStore" id="liststore1">
<columns>
<!-- column-name type -->
<column type="gchararray"/>
<!-- column-name name -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">VPN</col>
<col id="1">vpn</col>
</row>
</data>
</object>
<object class="GtkVBox" id="vbox9">
<property name="visible">True</property>
<property name="can_focus">False</property>

View file

@ -17,20 +17,6 @@
<property name="upper">65535</property>
<property name="step_increment">1</property>
</object>
<object class="GtkListStore" id="liststore1">
<columns>
<!-- column-name type -->
<column type="gchararray"/>
<!-- column-name name -->
<column type="gchararray"/>
</columns>
<data>
<row>
<col id="0" translatable="yes">VPN</col>
<col id="1">vpn</col>
</row>
</data>
</object>
<object class="GtkListStore" id="liststore_devices">
<columns>
<!-- column-name icon -->
@ -42,36 +28,6 @@
<!-- column-name object -->
<column type="GObject"/>
</columns>
</object>
<object class="GtkListStore" id="liststore_proxy_method">
<columns>
<!-- column-name text -->
<column type="gchararray"/>
<!-- column-name type -->
<column type="gint"/>
</columns>
<data>
<row>
<col id="0" translatable="yes" context="proxy method">None</col>
<col id="1">0</col>
</row>
<row>
<col id="0" translatable="yes" context="proxy method">Manual</col>
<col id="1">1</col>
</row>
<row>
<col id="0" translatable="yes" context="proxy method">Automatic</col>
<col id="1">2</col>
</row>
</data>
</object>
<object class="GtkListStore" id="liststore_mobile_connections">
<columns>
<!-- column-name id -->
<column type="gchararray"/>
<!-- column-name title -->
<column type="gchararray"/>
</columns>
</object>
<object class="GtkVBox" id="vbox1">
<property name="visible">True</property>