remove some obsolete xmesa remnants

This commit is contained in:
Brian 2007-07-30 17:20:02 -06:00
parent f884f6886e
commit 42c817269a

View file

@ -36,16 +36,6 @@
#include "pipe/p_context.h"
extern struct pipe_surface *
xmesa_get_color_surface(GLcontext *ctx, GLuint i);
extern struct pipe_surface *
xmesa_get_z_surface(GLcontext *ctx);
extern struct pipe_surface *
xmesa_get_stencil_surface(GLcontext *ctx);
/**
* Update framebuffer state (color, depth, stencil, etc. buffers)
* XXX someday: separate draw/read buffers.