Remove duplicated function.

This commit is contained in:
Jussi Pakkanen 2013-10-23 21:07:59 +03:00
parent 73d35dcaea
commit 34d673984d
1 changed files with 0 additions and 3 deletions

View File

@ -59,9 +59,6 @@ class PathModel(QAbstractItemModel):
def index(self, row, column, parent): def index(self, row, column, parent):
return self.createIndex(row, column) return self.createIndex(row, column)
def index(self, row, column, parent):
return self.createIndex(row, column)
def data(self, index, role): def data(self, index, role):
if role != PyQt5.QtCore.Qt.DisplayRole: if role != PyQt5.QtCore.Qt.DisplayRole:
return QVariant() return QVariant()