mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
remove obsolete xmesa_get_stencil_surface() stub
This commit is contained in:
parent
00afb67199
commit
da2b82059f
1 changed files with 0 additions and 11 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue