remove pointless if

This commit is contained in:
Damien Churchill 2009-05-05 22:35:25 +00:00
parent 1480459019
commit da81704b74
1 changed files with 7 additions and 8 deletions

View File

@ -193,7 +193,6 @@ class EditTrackersDialog:
# Check if there are any entries
duplicate = False
highest_tier = -1
if self.liststore.iter_n_children(None) > 0:
for row in self.liststore:
tier = row[0]
if tier > highest_tier: