Remove some now redundant checks

This commit is contained in:
Veronica K. B. Olsen
2020-12-21 21:25:04 +01:00
parent d008113eec
commit fa319391c0
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -714,9 +714,6 @@ class GuiProjectTree(QTreeWidget):
return
tHandle = selItem.data(self.C_NAME, Qt.UserRole)
if tHandle is None:
return
tItem = self.theProject.projTree[tHandle]
if tItem is None:
return