This commit is contained in:
John Firebaugh
2012-11-25 22:46:43 -04:00
parent 5a0c290196
commit 3d72ba63cc
-8
View File
@@ -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();