From 6673281e1c49ea9e46d8eec06e2c4ad86fd30c06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Tue, 10 Dec 2024 09:23:25 +0100 Subject: [PATCH] Removed obsolete comment --- src/map/mapsforge/mapdata.cpp | 1 - 1 file changed, 1 deletion(-) 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++) {