summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesa/state_tracker/st_atom_framebuffer.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/mesa/state_tracker/st_atom_framebuffer.c b/src/mesa/state_tracker/st_atom_framebuffer.c
index f5e3ce8b67..a8d47ea4f4 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.