Index: include/gpu/GrUserConfig.h |
diff --git a/include/gpu/GrUserConfig.h b/include/gpu/GrUserConfig.h |
index a10d339381ee7234378c43b0d4cb1d9af43f45aa..6bae5645398274cd59508878a4a6152491c8c3fa 100644 |
--- a/include/gpu/GrUserConfig.h |
+++ b/include/gpu/GrUserConfig.h |
@@ -1,4 +1,3 @@ |
- |
/* |
* Copyright 2010 Google Inc. |
* |
@@ -6,7 +5,6 @@ |
* found in the LICENSE file. |
*/ |
- |
#ifndef GrUserConfig_DEFINED |
#define GrUserConfig_DEFINED |
@@ -14,13 +12,6 @@ |
#error "default user config pulled in but GR_USER_CONFIG_FILE is defined." |
#endif |
-#if 0 |
- #undef GR_RELEASE |
- #undef GR_DEBUG |
- #define GR_RELEASE 0 |
- #define GR_DEBUG 1 |
-#endif |
- |
/** |
* This gives a threshold in bytes of when to lock a GrGeometryBuffer vs using |
* updateData. (Note the depending on the underlying 3D API the update functions |