Index: include/gpu/GrTypesPriv.h |
diff --git a/include/gpu/GrTypesPriv.h b/include/gpu/GrTypesPriv.h |
index 83d6a6623a979dd1fbcf3a8ca0940ae09d5ce456..412de897c6543b851dad3134020c0f9d1788deca 100644 |
--- a/include/gpu/GrTypesPriv.h |
+++ b/include/gpu/GrTypesPriv.h |
@@ -264,14 +264,4 @@ |
SkIRect fRect; |
}; |
-#ifdef SK_DEBUG |
-// Takes a pointer to a GrContext, and will suppress prints if required |
-#define GrContextDebugf(context, format, ...) \ |
- if (!context->suppressPrints()) { \ |
- SkDebugf(format, ##__VA_ARGS__); \ |
- } |
-#else |
-#define GrContextDebugf(context, format, ...) |
#endif |
- |
-#endif |