src/opengl/gl2paintengineex/qglengineshadersource_p.h
changeset 25 e24348a560a6
parent 19 fcece45ef507
child 30 5dc02b23752f
--- a/src/opengl/gl2paintengineex/qglengineshadersource_p.h	Thu May 27 13:40:48 2010 +0300
+++ b/src/opengl/gl2paintengineex/qglengineshadersource_p.h	Fri Jun 11 14:24:45 2010 +0300
@@ -343,7 +343,6 @@
 static const char* const qglslCustomSrcFragmentShader = "\n\
     varying   highp   vec2      textureCoords; \n\
     uniform   lowp    sampler2D imageTexture; \n\
-    lowp vec4 customShader(lowp sampler2D texture, highp vec2 coords); \n\
     lowp vec4 srcPixel() \n\
     { \n\
         return customShader(imageTexture, textureCoords); \n\