remove obsolete xmesa_get_stencil_surface() stub

This commit is contained in:
Brian 2007-07-31 10:43:36 -06:00
parent 00afb67199
commit da2b82059f

View file

@ -246,14 +246,3 @@ intel_new_surface(GLuint intFormat)
return &sps->surface;
}
struct pipe_surface *
xmesa_get_stencil_surface(GLcontext *ctx)
{
/* XXX fix */
return NULL;
}