mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 13:22:35 +01:00
chore: remove unused values
This commit is contained in:
parent
13c6813c8e
commit
a46c2e17ab
1 changed files with 0 additions and 2 deletions
|
@ -1152,12 +1152,10 @@ class TreeView(Gtk.TreeView):
|
|||
case True:
|
||||
for i in range (0, l):
|
||||
path = Gtk.TreePath(i)
|
||||
it = mod_store.get_iter(path)
|
||||
self.get_selection().select_path(path)
|
||||
case False:
|
||||
for i in range (0, l):
|
||||
path = Gtk.TreePath(i)
|
||||
it = mod_store.get_iter(path)
|
||||
self.get_selection().unselect_path(path)
|
||||
|
||||
def _on_button_release(self, widget, event):
|
||||
|
|
Loading…
Reference in a new issue