summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--biome_info_editor.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/biome_info_editor.go b/biome_info_editor.go
index 0109068..cb24058 100644
--- a/biome_info_editor.go
+++ b/biome_info_editor.go
@@ -125,8 +125,6 @@ func newBiomeList() *biomeList {
bl.treeview.AppendColumn(gtk.NewTreeViewColumnWithAttributes("Snowline", gtk.NewCellRendererText(), "text", 2))
bl.treeview.AppendColumn(gtk.NewTreeViewColumnWithAttributes("Name", gtk.NewCellRendererText(), "text", 3))
- bl.PackStart(bl.treeview, true, true, 3)
-
vbox := gtk.NewVBox(false, 0)
addBtn := gtk.NewButton()