remove old debug code, fix warning
authorBrian <brian.paul@tungstengraphics.com>
Fri, 28 Sep 2007 22:20:10 +0000 (16:20 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 28 Sep 2007 22:20:10 +0000 (16:20 -0600)
src/mesa/state_tracker/st_atom_constbuf.c

index 5285485..d140e0e 100644 (file)
@@ -65,20 +65,9 @@ static void upload_constants( struct st_context *st,
 
       if (0)
       {
-        int i;
-
         printf("%s(shader=%d, numParams=%d, stateFlags=0x%x)\n", 
                 __FUNCTION__, id, params->NumParameters, params->StateFlags);
-
          _mesa_print_parameter_list(params);
-         /*
-        for (i = 0; i < params->NumParameters; i++)
-            printf("%d: %f %f %f %f\n", i,
-                   params->ParameterValues[i][0],
-                   params->ParameterValues[i][1],
-                   params->ParameterValues[i][2],
-                   params->ParameterValues[i][3]);
-         */
       }
 
       /* load Mesa constants into the constant buffer */