Remove unused method
This commit is contained in:
parent
2b15b49e4f
commit
32ee1b2b06
1 changed files with 0 additions and 11 deletions
|
|
@ -766,17 +766,6 @@ public class Sidebar.Tree : Gtk.TreeView {
|
|||
store.set(iter, Columns.ICON, icon);
|
||||
}
|
||||
|
||||
private void load_branch_icons(Gtk.TreeIter iter) {
|
||||
load_entry_icons(iter);
|
||||
|
||||
Gtk.TreeIter child_iter;
|
||||
if (store.iter_children(out child_iter, iter)) {
|
||||
do {
|
||||
load_branch_icons(child_iter);
|
||||
} while (store.iter_next(ref child_iter));
|
||||
}
|
||||
}
|
||||
|
||||
private bool on_selection(Gtk.TreeSelection selection, Gtk.TreeModel model, Gtk.TreePath path,
|
||||
bool path_currently_selected) {
|
||||
// only allow selection if a page is selectable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue