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:
parent
3185ae6b1f
commit
9f3fd12501
2 changed files with 0 additions and 2 deletions
code
|
@ -552,7 +552,6 @@ Upload32
|
|||
|
||||
===============
|
||||
*/
|
||||
extern qboolean charSet;
|
||||
static void Upload32( unsigned *data,
|
||||
int width, int height,
|
||||
qboolean mipmap,
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue