forked from AuroraMiddleware/gtk
gtk-demo: Drop an unused object
The main ui file was still creating a tree store, but we've switched everything over to use list models.
This commit is contained in:
parent
4fb495d0fe
commit
3aa5019e70
@ -16,15 +16,6 @@
|
|||||||
</item>
|
</item>
|
||||||
</section>
|
</section>
|
||||||
</menu>
|
</menu>
|
||||||
<object class="GtkTreeStore" id="treestore">
|
|
||||||
<columns>
|
|
||||||
<column type="gchararray"/>
|
|
||||||
<column type="gchararray"/>
|
|
||||||
<column type="gchararray"/>
|
|
||||||
<column type="gpointer"/>
|
|
||||||
<column type="gint"/>
|
|
||||||
</columns>
|
|
||||||
</object>
|
|
||||||
<object class="GtkApplicationWindow" id="window">
|
<object class="GtkApplicationWindow" id="window">
|
||||||
<style>
|
<style>
|
||||||
<class name="devel"/>
|
<class name="devel"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user