Index: src/gpu/gl/GrGpuGL.h |
diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h |
index 110a6671baff4c6e828da84627ff894318655c1c..94fd307f6d4babd529b17ce957aba3ae247c7ab9 100644 |
--- a/src/gpu/gl/GrGpuGL.h |
+++ b/src/gpu/gl/GrGpuGL.h |
@@ -52,13 +52,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 |