Remove commented out code
authorLuciano Montanaro <mikelima@cirulla.net>
Sun, 17 Jul 2011 22:14:35 +0000 (00:14 +0200)
committerLuciano Montanaro <mikelima@cirulla.net>
Sun, 17 Jul 2011 22:22:16 +0000 (00:22 +0200)
application/stationlistmodel.cpp

index eeb444e..6c7508a 100644 (file)
@@ -46,11 +46,6 @@ bool StationListModel::load(const QString &filename)
         qDebug() << "file error for:" << filename;
         return false;
     }
-    /*
-    QModelIndex first = index(0, 0);
-    QModelIndex last = index(rowCount(), columnCount());
-    emit dataChanged(first, last);
-    */
     emit layoutChanged();
     return true;
 }