Index: src/gpu/gl/GrGLProcessor.h |
diff --git a/src/gpu/gl/GrGLProcessor.h b/src/gpu/gl/GrGLProcessor.h |
index 6dccd33bac40764f5adba2b7762ccdabd3a53e0a..a4fad753ec668ae276f6c0e725f3d41b83d4c9b9 100644 |
--- a/src/gpu/gl/GrGLProcessor.h |
+++ b/src/gpu/gl/GrGLProcessor.h |
@@ -117,14 +117,4 @@ private: |
typedef GrGLProcessor INHERITED; |
}; |
-class GrGLXferProcessor : public GrGLFragmentProcessor { |
-public: |
- GrGLXferProcessor() {} |
- |
- virtual ~GrGLXferProcessor() {} |
- |
-private: |
- typedef GrGLFragmentProcessor INHERITED; |
-}; |
- |
#endif |