clean up unused variables

This commit is contained in:
Val Erastov 2016-11-23 21:38:23 -08:00
parent 43c1f4f0b9
commit 3693c1d7f3

View file

@ -15,12 +15,7 @@ export function parse(dataView) {
let triangleCount = dataView.getUint32(off, true);
off += 4;
let cells = [];
let positions = [];
let faceNormals = [];
for (let i = 0; i < triangleCount; i++) {
let cell = [];
let normal = readVector(dataView, off);
off += 12; // 3 floats