aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkReadBuffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkReadBuffer.cpp')
-rw-r--r--src/core/SkReadBuffer.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/SkReadBuffer.cpp b/src/core/SkReadBuffer.cpp
index f220b5a9e6..abd46312f7 100644
--- a/src/core/SkReadBuffer.cpp
+++ b/src/core/SkReadBuffer.cpp
@@ -90,10 +90,6 @@ SkColor SkReadBuffer::readColor() {
return fReader.readInt();
}
-SkFixed SkReadBuffer::readFixed() {
- return fReader.readS32();
-}
-
int32_t SkReadBuffer::readInt() {
return fReader.readInt();
}