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

Removed duplicit code

This commit is contained in:
Martin Tůma 2020-02-10 09:26:23 +01:00
parent 8b6d7acec5
commit 1aa07a6a34

View File

@ -26,9 +26,6 @@ public:
_data.resize(BLOCK_SIZE);
} else if (subFile)
_data.resize(subFile->_img->blockSize());
_blockNum = -1;
_blockPos = -1;
_pos = -1;
}
~Handle() {delete _file;}