From 3d72ba63cc6d493a7cbf7ed4380bca3cf58e49f5 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Sun, 25 Nov 2012 22:46:43 -0400 Subject: [PATCH] Clean up --- js/iD/renderer/Map.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/js/iD/renderer/Map.js b/js/iD/renderer/Map.js index 3f86aa911..d99eb38ce 100644 --- a/js/iD/renderer/Map.js +++ b/js/iD/renderer/Map.js @@ -442,8 +442,6 @@ iD.Map = function(elem, connection) { } } - // UI elements - // ----------- function update() { map.update(); redraw(); @@ -454,12 +452,6 @@ iD.Map = function(elem, connection) { update(); } - function _do(operation) { - history.operate(operation); - update(); - } - - // Undo/redo function undo() { history.undo(); update();