1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-18 11:52:08 +01:00

Removed obsolete comment

This commit is contained in:
Martin Tůma 2024-12-10 09:23:25 +01:00
parent 30157f8e4a
commit 6673281e1c

View File

@ -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++) {