mirror of
https://github.com/aclist/dztui.git
synced 2024-12-28 21:32:36 +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:
|
case True:
|
||||||
for i in range (0, l):
|
for i in range (0, l):
|
||||||
path = Gtk.TreePath(i)
|
path = Gtk.TreePath(i)
|
||||||
it = mod_store.get_iter(path)
|
|
||||||
self.get_selection().select_path(path)
|
self.get_selection().select_path(path)
|
||||||
case False:
|
case False:
|
||||||
for i in range (0, l):
|
for i in range (0, l):
|
||||||
path = Gtk.TreePath(i)
|
path = Gtk.TreePath(i)
|
||||||
it = mod_store.get_iter(path)
|
|
||||||
self.get_selection().unselect_path(path)
|
self.get_selection().unselect_path(path)
|
||||||
|
|
||||||
def _on_button_release(self, widget, event):
|
def _on_button_release(self, widget, event):
|
||||||
|
|
Loading…
Reference in a new issue