aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--include/core/SkCanvas.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h
index f1e6222a4a..63f7f780de 100644
--- a/include/core/SkCanvas.h
+++ b/include/core/SkCanvas.h
@@ -166,11 +166,6 @@ protected: // Can we make this private?
#endif
SkBaseDevice* getDevice() const;
public:
- // Still used internally
- SkBaseDevice* getDevice_just_for_deprecated_compatibility_testing() const {
- return this->getDevice();
- }
-
/**
* saveLayer() can create another device (which is later drawn onto
* the previous device). getTopDevice() returns the top-most device current