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 f5e3ce8b6753b5c9557f8a5728e7c752a72d3bb0..a8d47ea4f4f63235d97e06d07a2c9bc119d1520a 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.