1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00

Removed obsolete stuff

This commit is contained in:
Martin Tůma 2019-07-16 00:23:08 +02:00
parent aa3579c0be
commit c9a62e8b61

View File

@ -100,7 +100,6 @@ bool TREFile::load()
quint32 levelsCount = levelsSize / 4;
QVector<MapLevel> ml(levelsCount);
QMap<int, int> level2bits;
for (quint32 i = 0; i < levelsCount; i++) {
quint8 *zoom = levels + (i * 4);
@ -109,8 +108,6 @@ bool TREFile::load()
ml[i].subdivs = *(zoom + 2) | (quint16)(*(zoom + 3)) << 8;
if ((ml[i].level & 0xF) > 15 || ml[i].bits > 24)
return false;
level2bits.insert(ml[i].level & 0xF, ml[i].bits);
}
// Subdivisions