network: Remove unused object from ui file
The liststore for wifi connections is now defined in network-wifi.ui, the object in network.ui is a leftover.
This commit is contained in:
parent
69a823f9a9
commit
bcbc6d1aaf
1 changed files with 0 additions and 18 deletions
|
@ -209,24 +209,6 @@
|
|||
</row>
|
||||
</data>
|
||||
</object>
|
||||
<object class="GtkListStore" id="liststore_wireless_network">
|
||||
<columns>
|
||||
<!-- column-name id -->
|
||||
<column type="gchararray"/>
|
||||
<!-- column-name title -->
|
||||
<column type="gchararray"/>
|
||||
<!-- column-name sortable -->
|
||||
<column type="gchararray"/>
|
||||
<!-- column-name strength -->
|
||||
<column type="guint"/>
|
||||
<!-- column-name mode -->
|
||||
<column type="guint"/>
|
||||
<!-- column-name security -->
|
||||
<column type="guint"/>
|
||||
<!-- column-name active -->
|
||||
<column type="gboolean"/>
|
||||
</columns>
|
||||
</object>
|
||||
<object class="GtkListStore" id="liststore_mobile_connections">
|
||||
<columns>
|
||||
<!-- column-name id -->
|
||||
|
|
Loading…
Add table
Reference in a new issue