diff --git a/code/renderergl1/tr_image.c b/code/renderergl1/tr_image.c index d1127829..dc7860ea 100644 --- a/code/renderergl1/tr_image.c +++ b/code/renderergl1/tr_image.c @@ -552,7 +552,6 @@ Upload32 =============== */ -extern qboolean charSet; static void Upload32( unsigned *data, int width, int height, qboolean mipmap, diff --git a/code/renderergl2/tr_image.c b/code/renderergl2/tr_image.c index bd20a7fc..811ea2bc 100644 --- a/code/renderergl2/tr_image.c +++ b/code/renderergl2/tr_image.c @@ -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) {