Index: ui/gfx/gl/gl_surface_cgl.cc |
diff --git a/ui/gfx/gl/gl_surface_cgl.cc b/ui/gfx/gl/gl_surface_cgl.cc |
index 7b6b89c2401b85939d533170f75762b56e81df8c..ec14cfc64bf7e8ab15eae9182ae01f2eb962e0a7 100644 |
--- a/ui/gfx/gl/gl_surface_cgl.cc |
+++ b/ui/gfx/gl/gl_surface_cgl.cc |
@@ -29,7 +29,6 @@ bool GLSurfaceCGL::InitializeOneOff() { |
(CGLPixelFormatAttribute) kCGLPFAPBuffer, |
(CGLPixelFormatAttribute) 0 |
}; |
- CGLPixelFormatObj pixel_format; |
GLint num_pixel_formats; |
if (CGLChoosePixelFormat(attribs, |
&g_pixel_format, |