Index: src/gpu/gl/GrGpuGL.h |
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h |
index 964f5c870ce89190b9a7356e1c81e36fb41c3b4b..b4492008ad4dfbe1b9c7a1bfd04fb56740de2b23 100644 |
--- a/src/gpu/gl/GrGpuGL.h |
+++ b/src/gpu/gl/GrGpuGL.h |
@@ -50,13 +50,6 @@ public: |
// state. |
void bindTexture(int unitIdx, const GrTextureParams& params, GrGLTexture* texture); |
- bool shouldUseFixedFunctionTexturing() const { |
- // At the moment non-fixed-function texturing is not implemented |
- // even though the GrGLPathRendering would support it. Thus just |
- // return the below. |
- return this->glCaps().pathRenderingSupport(); |
- } |
- |
bool programUnitTest(int maxStages); |
// GrGpu overrides |