softpipe: Fix softpipe_is_texture_referenced prototype.

This commit is contained in:
José Fonseca
2009-04-18 23:06:11 +01:00
parent eb63e8cc75
commit 876e95dcc8
+1 -2
View File
@@ -124,8 +124,7 @@ static void softpipe_destroy( struct pipe_context *pipe )
static unsigned int
softpipe_is_texture_referenced( struct pipe_context *pipe,
struct pipe_texture *texture,
unsigned face, unsigned level,
unsigned zslice)
unsigned face, unsigned level)
{
return PIPE_UNREFERENCED;
}