aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrGLConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrGLConfig.h')
-rw-r--r--include/gpu/GrGLConfig.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/gpu/GrGLConfig.h b/include/gpu/GrGLConfig.h
index 44a3b8647c..45b551c43d 100644
--- a/include/gpu/GrGLConfig.h
+++ b/include/gpu/GrGLConfig.h
@@ -150,16 +150,6 @@
#error "unknown GR_TEXT_SCALAR type"
#endif
-// Pick a pixel config for 32bit bitmaps. Our default is GL_RGBA (except on
-// Windows where we match GDI's order).
-#ifndef GR_GL_32BPP_COLOR_FORMAT
- #if GR_WIN32_BUILD || GR_LINUX_BUILD
- #define GR_GL_32BPP_COLOR_FORMAT GR_GL_BGRA
- #else
- #define GR_GL_32BPP_COLOR_FORMAT GR_GL_RGBA
- #endif
-#endif
-
////////////////////////////////////////////////////////////////////////////////
struct GrGLInterface;