diff options
| author | Brian <brian.paul@tungstengraphics.com> | 2007-07-30 17:20:02 -0600 |
|---|---|---|
| committer | Brian <brian.paul@tungstengraphics.com> | 2007-07-30 17:20:02 -0600 |
| commit | 42c817269a4af535225217d09ec416efb085a94e (patch) | |
| tree | 8bb9cde67e4519d5df5cd7347044e87dc642aad3 /src/mesa | |
| parent | f884f6886eb043ea2e2e2b5471afbc58639f3a81 (diff) | |
remove some obsolete xmesa remnants
Diffstat (limited to 'src/mesa')
| -rw-r--r-- | src/mesa/state_tracker/st_atom_framebuffer.c | 10 |
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. |
