mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_common_context.c
index 9fbcf74d7c2135cb44197aaeaa233ff3dcb0f292..566a3728d08f05a2eac4459abce92d40bf81e68a 100644 (file)
@@ -149,7 +149,7 @@ GLboolean radeonInitContext(radeonContextPtr radeon,
 
        if (!_mesa_initialize_context(&radeon->glCtx, API_OPENGL,
                                      glVisual, shareCtx,
-                                     functions, (void *)radeon))
+                                     functions))
                return GL_FALSE;
 
        ctx = &radeon->glCtx;