diff options
Diffstat (limited to 'src/core/SkRRect.cpp')
-rw-r--r-- | src/core/SkRRect.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkRRect.cpp b/src/core/SkRRect.cpp index 1623984fc6..0d137ec953 100644 --- a/src/core/SkRRect.cpp +++ b/src/core/SkRRect.cpp @@ -228,7 +228,7 @@ void SkRRect::computeType() const { } /////////////////////////////////////////////////////////////////////////////// - +#if 0 void SkRRect::inset(SkScalar dx, SkScalar dy, SkRRect* dst) const { SkRect r = fRect; @@ -244,7 +244,7 @@ void SkRRect::inset(SkScalar dx, SkScalar dy, SkRRect* dst) const { } dst->setRectRadii(r, radii); } - +#endif /////////////////////////////////////////////////////////////////////////////// uint32_t SkRRect::writeToMemory(void* buffer) const { |