Index: src/gpu/text/GrTextContext.cpp |
diff --git a/src/gpu/text/GrTextContext.cpp b/src/gpu/text/GrTextContext.cpp |
index 7885c5a578f8444ec39df769239d87ebbadc6f2c..1e2d290e908399cc8c7549be74d6b942bb881539 100644 |
--- a/src/gpu/text/GrTextContext.cpp |
+++ b/src/gpu/text/GrTextContext.cpp |
@@ -10,10 +10,6 @@ |
#include "SkGlyphCache.h" |
-GrTextContext::GrTextContext(GrContext* context) |
- : fContext(context) { |
-} |
- |
bool GrTextContext::ShouldDisableLCD(const SkPaint& paint) { |
if (!SkXfermode::AsMode(paint.getXfermode(), nullptr) || |
paint.getMaskFilter() || |