aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/include/GrConfig.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-02-11 14:07:02 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-02-11 14:07:02 +0000
commit7acdb8e1d29fe50454431d768ddc862b693db8b0 (patch)
tree06bc174ee033eb862686406e59a3954d3666e09f /gpu/include/GrConfig.h
parent9db446a5b66412dd0dd48a85253bf1a8310ec76b (diff)
git-svn-id: http://skia.googlecode.com/svn/trunk@783 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gpu/include/GrConfig.h')
-rw-r--r--gpu/include/GrConfig.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gpu/include/GrConfig.h b/gpu/include/GrConfig.h
index 2fa016443b..ff694daa07 100644
--- a/gpu/include/GrConfig.h
+++ b/gpu/include/GrConfig.h
@@ -299,13 +299,6 @@ inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); }
#endif
/**
- * GR_GL_LOG_CALLS controls whether each GL call is logged.
- */
-#if !defined(GR_GL_LOG_CALLS)
- #define GR_GL_LOG_CALLS 0
-#endif
-
-/**
* GR_STATIC_RECT_VB controls whether rects are drawn by issuing a vertex
* for each corner or using a static vb that is positioned by modifying the
* view / texture matrix.