diff options
author | Brian Paul <[email protected]> | 2005-09-05 21:03:48 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2005-09-05 21:03:48 +0000 |
commit | 3952d6d4bbb1f69a45f14a43b6b5f8e6a90a0e6f (patch) | |
tree | 85dcde053063c676816ba5c8d7c8eea00c3a7f48 | |
parent | f66084b834ce37e7f0143e456df1265cd343a674 (diff) |
remove unused var
-rw-r--r-- | src/mesa/swrast/s_buffers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_buffers.c b/src/mesa/swrast/s_buffers.c index 0247e1acab7..01e5a501a8d 100644 --- a/src/mesa/swrast/s_buffers.c +++ b/src/mesa/swrast/s_buffers.c @@ -207,7 +207,6 @@ clear_ci_buffer(GLcontext *ctx, struct gl_renderbuffer *rb) static void clear_color_buffers(GLcontext *ctx) { - SWcontext *swrast = SWRAST_CONTEXT(ctx); GLboolean masking; GLuint i; |