mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Remove unused variable
This commit is contained in:
@@ -6,7 +6,6 @@ iD.Graph = function(other, mutable) {
|
||||
this.entities = _.assign(Object.create(base.entities), other.entities);
|
||||
this._parentWays = _.assign(Object.create(base.parentWays), other._parentWays);
|
||||
this._parentRels = _.assign(Object.create(base.parentRels), other._parentRels);
|
||||
this.inherited = true;
|
||||
|
||||
} else {
|
||||
this.entities = Object.create({});
|
||||
|
||||
@@ -257,7 +257,6 @@ iD.History = function(context) {
|
||||
});
|
||||
}
|
||||
|
||||
stack[0].graph.inherited = false;
|
||||
dispatch.change();
|
||||
|
||||
return history;
|
||||
|
||||
Reference in New Issue
Block a user