mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Remove unused variable
--HG-- branch : develop
This commit is contained in:
parent
0ef79083a0
commit
ecb47bc2dc
1 changed files with 0 additions and 2 deletions
|
@ -2376,7 +2376,6 @@ uint8 CBitmap::readTGA( NLMISC::IStream &f)
|
|||
|
||||
if(!f.isReading()) return 0;
|
||||
|
||||
uint32 size;
|
||||
uint32 x,y;
|
||||
sint32 slsize;
|
||||
uint8 *scanline;
|
||||
|
@ -2452,7 +2451,6 @@ uint8 CBitmap::readTGA( NLMISC::IStream &f)
|
|||
|
||||
_Width = width;
|
||||
_Height = height;
|
||||
size = _Width * _Height * (imageDepth/8);
|
||||
|
||||
switch(imageType)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue