diff --git a/src/core/SkCanvas.cpp b/src/core/SkCanvas.cpp index dfaf65dd98..62021cb535 100644 --- a/src/core/SkCanvas.cpp +++ b/src/core/SkCanvas.cpp @@ -1456,10 +1456,6 @@ bool SkCanvas::quickReject(const SkPath& path) const { return path.isEmpty() || this->quickReject(path.getBounds()); } -static inline int pinIntForScalar(int x) { - return x; -} - bool SkCanvas::getClipBounds(SkRect* bounds) const { SkIRect ibounds; if (!getClipDeviceBounds(&ibounds)) {