aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkCanvas.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index 18b23ff2e7..e2302665f0 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -166,9 +166,6 @@ protected: // Can we make this private?
#endif
SkBaseDevice* getDevice() const;
public:
- SkBaseDevice* getDevice_just_for_deprecated_compatibility_testing() const {
- return this->getDevice();
- }
/**
* saveLayer() can create another device (which is later drawn onto