| Index: ui/gl/gl_osmesa_api_implementation.cc
|
| diff --git a/ui/gl/gl_osmesa_api_implementation.cc b/ui/gl/gl_osmesa_api_implementation.cc
|
| index f23c2997b3de0f132694fc4ae480d7df2e3e0768..4fa33c6922ed718950e97b2bc1a29e56717e492f 100644
|
| --- a/ui/gl/gl_osmesa_api_implementation.cc
|
| +++ b/ui/gl/gl_osmesa_api_implementation.cc
|
| @@ -17,10 +17,6 @@ void InitializeStaticGLBindingsOSMESA() {
|
| g_current_osmesa_context = g_real_osmesa;
|
| }
|
|
|
| -void InitializeDynamicGLBindingsOSMESA(GLContext* context) {
|
| - g_driver_osmesa.InitializeDynamicBindings(context);
|
| -}
|
| -
|
| void InitializeDebugGLBindingsOSMESA() {
|
| g_driver_osmesa.InitializeDebugBindings();
|
| }
|
|
|