aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-04 17:55:30 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-10-04 17:55:30 +0000
commit7823d9a07fb08f21994031254f5b0342a721f460 (patch)
tree82b1520f2e445a0808ce84411ba4f07ce1611bcb /include
parent3bc16c8bc1ecb9ac4450f58093cc9e3edb8a50b8 (diff)
Disable SK_DEBUG_PATH_REF in debug builds.
R=reed@google.com Review URL: https://codereview.appspot.com/6602056 git-svn-id: http://skia.googlecode.com/svn/trunk@5810 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/core/SkPath.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/core/SkPath.h b/include/core/SkPath.h
index 5ab0e48c9c..be5f612ef2 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -30,11 +30,7 @@ class SkString;
class SkPathRef;
#ifndef SK_DEBUG_PATH_REF
- #ifdef SK_DEBUG
- #define SK_DEBUG_PATH_REF 1
- #else
- #define SK_DEBUG_PATH_REF 0
- #endif
+ #define SK_DEBUG_PATH_REF 0
#endif
/** \class SkPath