diff --git a/src/map/mapsforge/mapdata.cpp b/src/map/mapsforge/mapdata.cpp index 93439f5a..63e6ceb2 100644 --- a/src/map/mapsforge/mapdata.cpp +++ b/src/map/mapsforge/mapdata.cpp @@ -221,7 +221,6 @@ bool MapData::readTags(SubFile &subfile, int count, bool MapData::readSubFiles(QFile &file) { - /* both _pointFile and _pathFile can be used here */ QDataStream stream(&file); for (int i = 0; i < _subFiles.size(); i++) {