Remove unneeded call

This commit is contained in:
Mika Fischer
2011-06-14 14:16:08 +02:00
parent 1e40eafa33
commit 76e538d8ce
-1
View File
@@ -274,7 +274,6 @@ class AnnotationScene(QGraphicsScene):
pass
def itemFromIndex(self, index):
index = index.model().mapToSource(index) # TODO: solve this somehow else
for item in self.items():
# some graphics items will not have an index method,
# we just skip these