From: Brian Date: Mon, 30 Jul 2007 23:20:02 +0000 (-0600) Subject: remove some obsolete xmesa remnants X-Git-Tag: 062012170305~17580^2~390^2~4644 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42c817269a4af535225217d09ec416efb085a94e;p=profile%2Fivi%2Fmesa.git remove some obsolete xmesa remnants --- diff --git a/src/mesa/state_tracker/st_atom_framebuffer.c b/src/mesa/state_tracker/st_atom_framebuffer.c index f5e3ce8..a8d47ea 100644 --- a/src/mesa/state_tracker/st_atom_framebuffer.c +++ b/src/mesa/state_tracker/st_atom_framebuffer.c @@ -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.