From f8fb65c7cd79743a6501fe63ff1e28479ceedb4f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 15 Oct 2012 16:35:43 +0200 Subject: FixedFuncColorTexture.fp: Remove unused local var --- .../jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncColorTexture.fp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncColorTexture.fp b/src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncColorTexture.fp index 2593dc750..1810891b3 100644 --- a/src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncColorTexture.fp +++ b/src/jogl/classes/jogamp/opengl/util/glsl/fixedfunc/shaders/FixedFuncColorTexture.fp @@ -59,8 +59,6 @@ void main (void) ( MGL_FRONT_AND_BACK == mgl_CullFace ) ) ) { DISCARD(color); } else { - int texEnv = 0; - #if MAX_TEXTURE_UNITS >= 2 if( 0 != mgl_TextureEnabled[0] ) { calcTexColor(color, texture2D(mgl_Texture0, mgl_TexCoords[0].st), mgl_TexFormat[0], mgl_TexEnvMode[0]); -- cgit v1.2.3