Disable SK_DEBUG_PATH_REF in debug builds.
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 4 Oct 2012 17:55:30 +0000 (17:55 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 4 Oct 2012 17:55:30 +0000 (17:55 +0000)
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

include/core/SkPath.h

index 5ab0e48..be5f612 100644 (file)
@@ -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