summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_winsys.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-05-01 15:19:00 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-05-01 15:20:34 -0600
commitc1abd758c51247ebaf3d4808a77513d7814205cd (patch)
treeaa6bce779a16faa095f88a26b6c329efdc4aeea4 /src/gallium/drivers/softpipe/sp_winsys.h
parentf067c6c452bdd5f5cc6b0f6b2f79fb3fc1162822 (diff)
gallium: remove the unused softpipe_winsys code
The struct is still there though until all winsys layers are updated
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_winsys.h')
-rw-r--r--src/gallium/drivers/softpipe/sp_winsys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/softpipe/sp_winsys.h b/src/gallium/drivers/softpipe/sp_winsys.h
index 291825dfe2..4ab666486c 100644
--- a/src/gallium/drivers/softpipe/sp_winsys.h
+++ b/src/gallium/drivers/softpipe/sp_winsys.h
@@ -59,7 +59,7 @@ struct pipe_context;
struct pipe_context *softpipe_create( struct pipe_screen *,
struct pipe_winsys *,
- struct softpipe_winsys * );
+ void *unused );
struct pipe_screen *