aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLGLSL.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/gl/GrGLGLSL.h')
-rwxr-xr-xsrc/gpu/gl/GrGLGLSL.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gpu/gl/GrGLGLSL.h b/src/gpu/gl/GrGLGLSL.h
index 724765f1a8..fa2b6ae153 100755
--- a/src/gpu/gl/GrGLGLSL.h
+++ b/src/gpu/gl/GrGLGLSL.h
@@ -22,12 +22,6 @@ class GrGLContextInfo;
bool GrGLGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation);
/**
- * Returns a string to include at the beginning of a shader to declare the GLSL
- * version.
- */
-const char* GrGLGetGLSLVersionDecl(const GrGLContextInfo&);
-
-/**
* Adds a line of GLSL code to declare the default precision for float types.
*/
void GrGLAppendGLSLDefaultFloatPrecisionDeclaration(GrSLPrecision, GrGLStandard, SkString* out);