diff options
| author | Brian <brian.paul@tungstengraphics.com> | 2007-05-21 21:48:08 -0600 |
|---|---|---|
| committer | Brian <brian.paul@tungstengraphics.com> | 2007-05-21 21:48:08 -0600 |
| commit | 3898e67f49b375bd0127fb2931468653cc29d5f9 (patch) | |
| tree | 288ecb0be0a017481752bcc45a1eaab45e9fb79d | |
| parent | b4f8d4455bd73f025948498157f2076738819f43 (diff) | |
remove some whitespace
| -rw-r--r-- | src/mesa/main/dlist.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c index c8c68214ce..91ddcbf9ed 100644 --- a/src/mesa/main/dlist.c +++ b/src/mesa/main/dlist.c @@ -6596,9 +6596,6 @@ execute_list(GLcontext *ctx, GLuint list) CALL_EvalPoint2(ctx->Exec, (n[1].i, n[2].i)); break; - - - case OPCODE_CONTINUE: n = (Node *) n[1].next; break; @@ -8407,8 +8404,6 @@ print_list(GLcontext *ctx, GLuint list) _mesa_printf("EVAL_P2 %d %d\n", n[1].i, n[2].i); break; - - /* * meta opcodes/commands */ |
