[gnome-control-center] power: Remove unused ListStore definitions



commit c703944fc5d5eaecabff16d3835f0fa42a0a0ee1
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Oct 13 10:18:55 2011 +0100

    power: Remove unused ListStore definitions

 panels/power/power.ui |   59 -------------------------------------------------
 1 files changed, 0 insertions(+), 59 deletions(-)
---
diff --git a/panels/power/power.ui b/panels/power/power.ui
index 3d71281..c1f1330 100644
--- a/panels/power/power.ui
+++ b/panels/power/power.ui
@@ -23,65 +23,6 @@
       </row>
     </data>
   </object>
-  <object class="GtkListStore" id="liststore_power">
-    <columns>
-      <!-- column-name name -->
-      <column type="gchararray"/>
-      <!-- column-name value -->
-      <column type="gint"/>
-      <!-- column-name sensitive -->
-      <column type="gboolean"/>
-    </columns>
-    <data>
-      <row>
-        <col id="0" translatable="yes">Suspend</col>
-        <col id="1">1</col>
-        <col id="2">True</col>
-      </row>
-      <row>
-        <col id="0" translatable="yes">Hibernate</col>
-        <col id="1">3</col>
-        <col id="2">True</col>
-      </row>
-      <row>
-        <col id="0" translatable="yes">Do nothing</col>
-        <col id="1">5</col>
-        <col id="2">True</col>
-      </row>
-      <row>
-        <col id="0" translatable="yes">Ask me</col>
-        <col id="1">4</col>
-        <col id="2">True</col>
-      </row>
-      <row>
-        <col id="0" translatable="yes">Shutdown</col>
-        <col id="1">2</col>
-        <col id="2">True</col>
-      </row>
-    </data>
-  </object>
-  <object class="GtkListStore" id="liststore_sleep">
-    <columns>
-      <!-- column-name name -->
-      <column type="gchararray"/>
-      <!-- column-name value -->
-      <column type="gint"/>
-      <!-- column-name sensitive -->
-      <column type="gboolean"/>
-    </columns>
-    <data>
-      <row>
-        <col id="0" translatable="yes">Suspend</col>
-        <col id="1">1</col>
-        <col id="2">True</col>
-      </row>
-      <row>
-        <col id="0" translatable="yes">Hibernate</col>
-        <col id="1">3</col>
-        <col id="2">True</col>
-      </row>
-    </data>
-  </object>
   <object class="GtkListStore" id="liststore_time">
     <columns>
       <!-- column-name name -->



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