summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2012-09-29 08:47:56 -0600
committerBrian Paul <[email protected]>2012-10-05 17:13:03 -0600
commit733dba2a08765dddc478a015439ea2a684d5f2a0 (patch)
tree2308b3cdfa67dc34249c085810af183385801ba4 /src/mesa/drivers/dri/radeon
parent917d27392825719146a02acc684fb75f298f59ed (diff)
mesa: remove the driverCtx parameter to _mesa_create/initialize_context()
No longer used.
Diffstat (limited to 'src/mesa/drivers/dri/radeon')
-rw-r--r--src/mesa/drivers/dri/radeon/radeon_common_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/radeon/radeon_common_context.c b/src/mesa/drivers/dri/radeon/radeon_common_context.c
index 9fbcf74d7c2..566a3728d08 100644
--- a/src/mesa/drivers/dri/radeon/radeon_common_context.c
+++ b/src/mesa/drivers/dri/radeon/radeon_common_context.c
@@ -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;