aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrConfig.h
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-09-03 23:32:08 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-09-03 23:32:08 +0000
commit5651512aa31422bdf234efc8341a9673592b18d3 (patch)
tree75437a9183d7313954535aa2f5158107e48f5ce3 /include/gpu/GrConfig.h
parent106655efdf2516f7084c19d6d5a7bc59fd8b866c (diff)
Remove uses of GR_RELEASE.
Instead of using GR_RELEASE new code should just use SK_RELEASE, like its counterpart SK_DEBUG instead of GR_DEBUG. R=bsalomon@google.com, robertphillips@google.com Author: tfarina@chromium.org Review URL: https://chromiumcodereview.appspot.com/23479017 git-svn-id: http://skia.googlecode.com/svn/trunk@11070 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu/GrConfig.h')
-rw-r--r--include/gpu/GrConfig.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/gpu/GrConfig.h b/include/gpu/GrConfig.h
index ad8c1d21af..060682e17b 100644
--- a/include/gpu/GrConfig.h
+++ b/include/gpu/GrConfig.h
@@ -85,16 +85,6 @@
#endif
#endif
-#if !defined(SK_DEBUG) && !GR_RELEASE
- #ifdef NDEBUG
- #define GR_RELEASE 1
- #endif
-#endif
-
-#if defined(SK_DEBUG) && GR_RELEASE
- #error "cannot define both SK_DEBUG and GR_RELEASE"
-#endif
-
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////