Remove commented code
This commit is contained in:
parent
3afa49a873
commit
f50bfdc581
|
@ -331,9 +331,6 @@ QtObject:
|
|||
self.items.delete(ind)
|
||||
self.endRemoveRows()
|
||||
|
||||
# if self.items.len > 0 and ind > 0 and ind < self.items.len:
|
||||
# self.updateItemAtIndex(ind - 1)
|
||||
|
||||
if ind > 0 and ind < self.items.len:
|
||||
self.updateItemAtIndex(ind - 1)
|
||||
if ind + 1 < self.items.len:
|
||||
|
|
Loading…
Reference in New Issue