Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren Budorick committed Aug 5, 2017
1 parent 901a5fb commit 1af1936
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/render/draw_fill_extrusion.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// @flow

const Buffer = require('../data/buffer');
const VertexArrayObject = require('./vertex_array_object');
const PosArray = require('../data/pos_array');
const glMatrix = require('@mapbox/gl-matrix');
const pattern = require('./pattern');
const mat3 = glMatrix.mat3;
Expand Down Expand Up @@ -31,7 +28,7 @@ function draw(painter: Painter, source: SourceCache, layer: FillExtrusionStyleLa
}
} else if (painter.renderPass === 'translucent') {
drawExtrusionTexture(painter, layer);
};
}
}

function drawExtrusionTexture(painter, layer) {
Expand Down

0 comments on commit 1af1936

Please sign in to comment.