Remove unecessary line

This commit is contained in:
Ansis Brammanis
2013-02-01 11:00:55 -05:00
parent 9494d8d468
commit 559f3c9037
-1
View File
@@ -55,7 +55,6 @@ iD.Map = function() {
function pxCenter() { return [dimensions[0] / 2, dimensions[1] / 2]; }
function drawVector(difference) {
if (surface.style(transformProp) != 'none') return;
var filter, all,
extent = map.extent(),
graph = history.graph();