mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-28 03:59:15 +02:00
Removed duplicit code
This commit is contained in:
@ -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;}
|
||||
|
||||
|
Reference in New Issue
Block a user