Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(210)

Unified Diff: src/core/SkCanvas.cpp

Issue 121113005: Remove unused function. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: again? Created 6 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkCanvas.cpp
diff --git a/src/core/SkCanvas.cpp b/src/core/SkCanvas.cpp
index dfaf65dd98ab244a266729d1b63106379b629632..62021cb535c77786ad152f1e89815f4948774be1 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)) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698