summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_fxt1.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-12 13:59:29 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-12 13:59:29 +0000
commit758f447a1789cc92b2838f882bfe4efd0b463f58 (patch)
tree1707cc3852a5d6b588a65ff6135757bdeda4d618 /src/mesa/main/texcompress_fxt1.c
parent2745df27749f24d45b723f7932cdc372abaeda3e (diff)
remove rendundant r,g,b,a vars (bug 4331)
Diffstat (limited to 'src/mesa/main/texcompress_fxt1.c')
-rw-r--r--src/mesa/main/texcompress_fxt1.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/texcompress_fxt1.c b/src/mesa/main/texcompress_fxt1.c
index 019687bec5..748824194c 100644
--- a/src/mesa/main/texcompress_fxt1.c
+++ b/src/mesa/main/texcompress_fxt1.c
@@ -1660,7 +1660,6 @@ fxt1_decode_1ALPHA (const GLubyte *code, GLint t, GLchan *rgba)
r = g = b = 0;
} else {
GLuint kk;
- GLubyte r, g, b, a;
cc = (const GLuint *)code;
a = UP5(cc[3] >> (t * 5 + 13));
t *= 15;