Remove unused method 'append_separator()'

This commit is contained in:
Techlive Zheng 2013-06-03 15:00:06 +08:00
parent 869479c31f
commit 2003157374

View file

@ -336,14 +336,6 @@ namespace GitgHistory
return this;
}
private Navigation append_separator()
{
Gtk.TreeIter iter;
append("", null, null, Hint.SEPARATOR, null, out iter);
return this;
}
private Navigation begin_header(string text,
string? icon_name)
{