[gnome-control-center/gnome-3-12] network: Remove unused GtkListStore objects



commit 9fbf9d8933919ac62680b91c86681180976d5fdb
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Mar 18 16:01:28 2015 +0100

    network: Remove unused GtkListStore objects
    
    https://bugzilla.gnome.org/show_bug.cgi?id=746411

 panels/network/network-vpn.ui |   14 -------------
 panels/network/network.ui     |   44 -----------------------------------------
 2 files changed, 0 insertions(+), 58 deletions(-)
---
diff --git a/panels/network/network-vpn.ui b/panels/network/network-vpn.ui
index c5daf5f..f575d15 100644
--- a/panels/network/network-vpn.ui
+++ b/panels/network/network-vpn.ui
@@ -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>
diff --git a/panels/network/network.ui b/panels/network/network.ui
index 9369836..61a9975 100644
--- a/panels/network/network.ui
+++ b/panels/network/network.ui
@@ -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 -->
@@ -43,36 +29,6 @@
       <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>
         <property name="can_focus">False</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]