r300: r300_render.c:391: warning: unused variable 'i'
This commit is contained in:
@@ -388,7 +388,6 @@ int r300Fallback(GLcontext *ctx)
|
||||
struct r300_fragment_program *rp =
|
||||
(struct r300_fragment_program *)
|
||||
(char *)ctx->FragmentProgram._Current;
|
||||
int i;
|
||||
|
||||
if (rp) {
|
||||
if (!rp->translated)
|
||||
|
||||
Reference in New Issue
Block a user