summaryrefslogtreecommitdiff
path: root/src/renderergl2
diff options
context:
space:
mode:
authorZack Middleton <zturtleman@gmail.com>2014-03-24 12:47:14 -0500
committerTim Angus <tim@ngus.net>2014-06-17 17:43:42 +0100
commit69ea1e53a79bc986492e961cf3b7e6ff6ffd97ca (patch)
treefe41dd6e18fa5b559d8c47bcd27bcb7245af761d /src/renderergl2
parentba44931c368a5376ff26e97e4d1f25a9a7ae9976 (diff)
Remove unused extern qboolean charSet
No variable even exists.
Diffstat (limited to 'src/renderergl2')
-rw-r--r--src/renderergl2/tr_image.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/renderergl2/tr_image.c b/src/renderergl2/tr_image.c
index 3438c939..af05381d 100644
--- a/src/renderergl2/tr_image.c
+++ b/src/renderergl2/tr_image.c
@@ -2009,7 +2009,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)
{