1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Removed obsolete stuff

This commit is contained in:
Martin Tůma 2020-06-29 23:46:06 +02:00
parent c1b79217a9
commit 96bb3bbdbb
2 changed files with 0 additions and 8 deletions

View File

@ -93,13 +93,6 @@ bool NODFile::linkInfo(Handle &hdl, const BlockInfo &blockInfo, quint32 linkId,
linkInfo.linkOffset += blockInfo.ha; linkInfo.linkOffset += blockInfo.ha;
} }
/*
if (!bs.read(s2, linkInfo.nodeOffset))
return false;
linkInfo.nodeOffset = (_blockOffset << _blockShift) - linkInfo.nodeOffset
>> _nodeShift;
*/
return true; return true;
} }

View File

@ -21,7 +21,6 @@ public:
struct LinkInfo { struct LinkInfo {
quint32 linkOffset; quint32 linkOffset;
//quint32 nodeOffset;
quint32 flags; quint32 flags;
}; };