diff --git a/mesongui.py b/mesongui.py index f0cdf1a19..77853de01 100755 --- a/mesongui.py +++ b/mesongui.py @@ -59,9 +59,6 @@ class PathModel(QAbstractItemModel): def index(self, row, column, parent): return self.createIndex(row, column) - def index(self, row, column, parent): - return self.createIndex(row, column) - def data(self, index, role): if role != PyQt5.QtCore.Qt.DisplayRole: return QVariant()