aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkImageInfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/core/SkImageInfo.h b/include/core/SkImageInfo.h
index ece47f5c41..1efb332750 100644
--- a/include/core/SkImageInfo.h
+++ b/include/core/SkImageInfo.h
@@ -260,9 +260,6 @@ public:
return !(*this == other);
}
- void unflatten(SkReadBuffer& buffer);
- void flatten(SkWriteBuffer& buffer) const;
-
/**
* Returns the size (in bytes) of the image buffer that this info needs, given the specified
* rowBytes. The rowBytes must be >= this->minRowBytes().