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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gpu/gl/GrGLGLSL.h b/src/gpu/gl/GrGLGLSL.h
index fa2b6ae153..31e2de7d74 100755
--- a/src/gpu/gl/GrGLGLSL.h
+++ b/src/gpu/gl/GrGLGLSL.h
@@ -21,10 +21,5 @@ class GrGLContextInfo;
*/
bool GrGLGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation);
-/**
- * Adds a line of GLSL code to declare the default precision for float types.
- */
-void GrGLAppendGLSLDefaultFloatPrecisionDeclaration(GrSLPrecision, GrGLStandard, SkString* out);
-
#endif