remove some obsolete xmesa remnants
authorBrian <brian.paul@tungstengraphics.com>
Mon, 30 Jul 2007 23:20:02 +0000 (17:20 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 30 Jul 2007 23:20:02 +0000 (17:20 -0600)
src/mesa/state_tracker/st_atom_framebuffer.c

index f5e3ce8..a8d47ea 100644 (file)
 #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.