From: commit-bot@chromium.org Date: Thu, 2 Jan 2014 16:15:32 +0000 (+0000) Subject: Remove unused function. X-Git-Tag: accepted/tizen/5.0/unified/20181102.025319~9549 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8625fdbb04e832e6886169bbda9382fce9e6dc64;p=platform%2Fupstream%2FlibSkiaSharp.git Remove unused function. BUG= R=reed@google.com Author: mtklein@google.com Review URL: https://codereview.chromium.org/121113005 git-svn-id: http://skia.googlecode.com/svn/trunk@12859 2bbb7eff-a529-9590-31e7-b0007b416f81 --- diff --git a/src/core/SkCanvas.cpp b/src/core/SkCanvas.cpp index dfaf65d..62021cb 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)) {