aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/core/SkDevice.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/core/SkDevice.h b/include/core/SkDevice.h
index 3764ff39ef..54f67c1be2 100644
--- a/include/core/SkDevice.h
+++ b/include/core/SkDevice.h
@@ -283,11 +283,6 @@ protected:
virtual void drawDevice(const SkDraw&, SkBaseDevice*, int x, int y,
const SkPaint&) = 0;
- // DEPRECATED -- will remove this once the subclass stop overriding it
- virtual void drawPosTextOnPath(const SkDraw&, const void* text, size_t len,
- const SkPoint pos[], const SkPaint&,
- const SkPath&, const SkMatrix*) {}
-
/**
* On success (returns true), copy the device pixels into the bitmap.
* On failure, the bitmap parameter is left unchanged and false is