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:
parent
8b6d7acec5
commit
1aa07a6a34
@ -26,9 +26,6 @@ public:
|
|||||||
_data.resize(BLOCK_SIZE);
|
_data.resize(BLOCK_SIZE);
|
||||||
} else if (subFile)
|
} else if (subFile)
|
||||||
_data.resize(subFile->_img->blockSize());
|
_data.resize(subFile->_img->blockSize());
|
||||||
_blockNum = -1;
|
|
||||||
_blockPos = -1;
|
|
||||||
_pos = -1;
|
|
||||||
}
|
}
|
||||||
~Handle() {delete _file;}
|
~Handle() {delete _file;}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user