power: Remove unused ListStore definitions
This commit is contained in:
parent
50093b49ff
commit
c703944fc5
1 changed files with 0 additions and 59 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue