Skip to content

Commit

Permalink
Removed a commented-out line.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Apr 16, 2008
1 parent baa0d3f commit b674818
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mojoshader.c
Expand Up @@ -1838,7 +1838,6 @@ static void emit_GLSL_global(Context *ctx, RegisterType regtype, int regnum)
output_line(ctx, "vec4 r%d;", regnum);
break;
case REG_TYPE_LOOP:
//output_line(ctx, "int aL;");
break; // no-op. We declare these in for loops at the moment.
case REG_TYPE_LABEL:
break; // no-op. If we see it here, it means we optimized it out.
Expand Down

0 comments on commit b674818

Please sign in to comment.