"GENERAL INFO" list item isn't needed anymore.

This commit is contained in:
Stanislav Nikitin 2016-11-26 09:10:57 +05:00
parent bd04870aa3
commit f32cf4d1f6
1 changed files with 0 additions and 4 deletions

View File

@ -610,10 +610,6 @@ func (m *MainWindow) showShortServerInformation() {
// Append to treeview generic info first. After appending it
// will be deleted from map.
iter := new(gtk.TreeIter)
m.server_info_store.Append(iter)
m.server_info_store.SetValue(iter, 0, "<markup><span font_weight=\"bold\">GENERAL INFO</span></markup>")
// Server's name.
iter = new(gtk.TreeIter)
m.server_info_store.Append(iter)