OSDN Git Service

remove obsolete xmesa_get_stencil_surface() stub
authorBrian <brian@i915.localnet.net>
Tue, 31 Jul 2007 16:43:36 +0000 (10:43 -0600)
committerBrian <brian@i915.localnet.net>
Tue, 31 Jul 2007 16:43:36 +0000 (10:43 -0600)
src/mesa/drivers/dri/i915tex/intel_surface.c

index 043c5aa..6b34d23 100644 (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;
-}
-
-
-