aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkDraw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkDraw.h')
-rw-r--r--src/core/SkDraw.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/SkDraw.h b/src/core/SkDraw.h
index 266960eedd..8032ad9d3c 100644
--- a/src/core/SkDraw.h
+++ b/src/core/SkDraw.h
@@ -115,8 +115,6 @@ public:
SkPoint* strokeSize);
static bool ShouldDrawTextAsPaths(const SkPaint&, const SkMatrix&, SkScalar sizeLimit = 1024);
- void drawText_asPaths(const char text[], size_t byteLength, SkScalar x, SkScalar y,
- const SkPaint&) const;
void drawPosText_asPaths(const char text[], size_t byteLength, const SkScalar pos[],
int scalarsPerPosition, const SkPoint& offset,
const SkPaint&, const SkSurfaceProps*) const;