Index: src/core/SkPixelRef.cpp |
diff --git a/src/core/SkPixelRef.cpp b/src/core/SkPixelRef.cpp |
index bb4a5eff8882f6127d56ec8a0c9637b02b1639e0..f56298165cd67648276272f6667d9753c38b604e 100644 |
--- a/src/core/SkPixelRef.cpp |
+++ b/src/core/SkPixelRef.cpp |
@@ -272,14 +272,3 @@ size_t SkPixelRef::getAllocatedSizeInBytes() const { |
return 0; |
} |
-/////////////////////////////////////////////////////////////////////////////// |
- |
-#ifdef SK_BUILD_FOR_ANDROID |
-void SkPixelRef::globalRef(void* data) { |
- this->ref(); |
-} |
- |
-void SkPixelRef::globalUnref() { |
- this->unref(); |
-} |
-#endif |