mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-06 00:18:39 +00:00
remove pointless if
This commit is contained in:
parent
1480459019
commit
da81704b74
1 changed files with 7 additions and 8 deletions
|
@ -193,7 +193,6 @@ class EditTrackersDialog:
|
||||||
# Check if there are any entries
|
# Check if there are any entries
|
||||||
duplicate = False
|
duplicate = False
|
||||||
highest_tier = -1
|
highest_tier = -1
|
||||||
if self.liststore.iter_n_children(None) > 0:
|
|
||||||
for row in self.liststore:
|
for row in self.liststore:
|
||||||
tier = row[0]
|
tier = row[0]
|
||||||
if tier > highest_tier:
|
if tier > highest_tier:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue