never used value

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6ec13051a1
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-06 (Sun, 06 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2012-05-06 14:10:48 +02:00
parent 65d1d629ac
commit 256f0787dc
8 changed files with 20 additions and 26 deletions

View File

@@ -47,7 +47,7 @@ inline void m_rend_gif_decodecolormap(unsigned char *cmb,unsigned char *rgbb,Col
}
int fh_gif_load(const char *name,unsigned char **buffer,int* /*xp*/,int* /*yp*/)
{
int px,py,i,ibxs;
int px,py,i/*,ibxs*/;
int j;
unsigned char *fbptr;
unsigned char *lb;
@@ -79,7 +79,7 @@ int fh_gif_load(const char *name,unsigned char **buffer,int* /*xp*/,int* /*yp*/)
cmap=(gft->Image.ColorMap ? gft->Image.ColorMap : gft->SColorMap);
cmaps=cmap->ColorCount;
ibxs=ibxs*3;
// ibxs=ibxs*3;
fbptr=*buffer;
if(!(gft->Image.Interlace))
{