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();