From 8625fdbb04e832e6886169bbda9382fce9e6dc64 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Thu, 2 Jan 2014 16:15:32 +0000 Subject: [PATCH] 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 --- src/core/SkCanvas.cpp | 4 ---- 1 file changed, 4 deletions(-) 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)) { -- 2.7.4