aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image/SkDataPixelRef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/image/SkDataPixelRef.cpp')
-rw-r--r--src/image/SkDataPixelRef.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/image/SkDataPixelRef.cpp b/src/image/SkDataPixelRef.cpp
index 222519d8ad..980b4f1451 100644
--- a/src/image/SkDataPixelRef.cpp
+++ b/src/image/SkDataPixelRef.cpp
@@ -37,5 +37,3 @@ SkDataPixelRef::SkDataPixelRef(SkFlattenableReadBuffer& buffer)
fData = (SkData*)buffer.readFlattenable();
this->setPreLocked(const_cast<void*>(fData->data()), NULL);
}
-
-SK_DEFINE_FLATTENABLE_REGISTRAR(SkDataPixelRef)