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:
Matthias Clasen 2020-06-27 09:47:29 -04:00
parent 4fb495d0fe
commit 3aa5019e70

View File

@ -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"/>