diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2005-02-07 16:57:17 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2005-02-07 16:57:17 +0000 |
commit | 67823cf03359f91be6c80ca627e065e66e57daae (patch) | |
tree | 354602afe41c71bb91d5e6086d47b5fb7723d2fd | |
parent | 291082b4f8cc39cd7c455dbe28a2e271bdeac172 (diff) |
Remove dead comments
-rw-r--r-- | src/mesa/drivers/dri/unichrome/via_tex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_tex.c b/src/mesa/drivers/dri/unichrome/via_tex.c index 97766c43f8..29b7979a18 100644 --- a/src/mesa/drivers/dri/unichrome/via_tex.c +++ b/src/mesa/drivers/dri/unichrome/via_tex.c @@ -684,8 +684,6 @@ static void viaTexImage(GLcontext *ctx, nheaps = 2; break; case VIA_MEM_MIXED: -/* for ( */ -/* break; */ case VIA_MEM_SYSTEM: default: heaps[0] = VIA_MEM_SYSTEM; |