remove unused var to prevent warning

This commit is contained in:
Ben Fry
2014-02-06 22:33:14 -05:00
parent 206d489b3c
commit 9803d7958a
@@ -2602,7 +2602,7 @@ public class PGraphicsOpenGL extends PGraphics {
float[] vertices = tessGeo.polyVertices;
int[] color = tessGeo.polyColors;
float[] uv = tessGeo.polyTexCoords;
short[] indices = tessGeo.polyIndices;
//short[] indices = tessGeo.polyIndices; // unused [fry]
sortTriangles();