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:
parent
c1b79217a9
commit
96bb3bbdbb
@ -93,13 +93,6 @@ bool NODFile::linkInfo(Handle &hdl, const BlockInfo &blockInfo, quint32 linkId,
|
||||
linkInfo.linkOffset += blockInfo.ha;
|
||||
}
|
||||
|
||||
/*
|
||||
if (!bs.read(s2, linkInfo.nodeOffset))
|
||||
return false;
|
||||
linkInfo.nodeOffset = (_blockOffset << _blockShift) - linkInfo.nodeOffset
|
||||
>> _nodeShift;
|
||||
*/
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -21,7 +21,6 @@ public:
|
||||
|
||||
struct LinkInfo {
|
||||
quint32 linkOffset;
|
||||
//quint32 nodeOffset;
|
||||
quint32 flags;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user