0
0
Fork 0
mirror of https://github.com/DrBeef/ioq3quest.git synced 2025-03-21 17:30:58 +00:00

Remove unused extern qboolean charSet

No variable even exists.
This commit is contained in:
Zack Middleton 2014-03-24 12:47:14 -05:00
parent 3185ae6b1f
commit 9f3fd12501
2 changed files with 0 additions and 2 deletions
code
renderergl1
renderergl2

View file

@ -552,7 +552,6 @@ Upload32
===============
*/
extern qboolean charSet;
static void Upload32( unsigned *data,
int width, int height,
qboolean mipmap,

View file

@ -2008,7 +2008,6 @@ Upload32
===============
*/
extern qboolean charSet;
static void Upload32( byte *data, int width, int height, imgType_t type, imgFlags_t flags,
qboolean lightMap, GLenum internalFormat, int *pUploadWidth, int *pUploadHeight)
{