summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
diff options
context:
space:
mode:
authorChristian König <[email protected]>2011-07-08 15:07:39 +0200
committerChristian König <[email protected]>2011-07-08 15:07:39 +0200
commit3bb33c911b895819fde5e179b2466c08f88164cf (patch)
treee50701bc341b722b4cbdfa058c289620fc5151b4 /src/gallium/drivers/softpipe
parentbd5fd67a3e3cda4b7676dd4745fc5d5524709210 (diff)
[g3dvl] remove the unused priv member from pipe_video_context
Diffstat (limited to 'src/gallium/drivers/softpipe')
-rw-r--r--src/gallium/drivers/softpipe/sp_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_screen.c b/src/gallium/drivers/softpipe/sp_screen.c
index 2a5485209d1..98147cfd3c8 100644
--- a/src/gallium/drivers/softpipe/sp_screen.c
+++ b/src/gallium/drivers/softpipe/sp_screen.c
@@ -301,7 +301,7 @@ softpipe_flush_frontbuffer(struct pipe_screen *_screen,
}
static struct pipe_video_context *
-sp_video_create(struct pipe_screen *screen, struct pipe_context *context, void *priv)
+sp_video_create(struct pipe_screen *screen, struct pipe_context *context)
{
assert(screen);