mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 02:53:43 +02:00
Remove removeEntity from entityList.html
This commit is contained in:
parent
3a287a08ab
commit
1a6557c72d
1 changed files with 0 additions and 7 deletions
|
@ -83,13 +83,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
function removeEntity(id) {
|
||||
if (entities[id] !== undefined) {
|
||||
elEntityTableBody.removeChild(entities[id].el);
|
||||
delete entities[id];
|
||||
}
|
||||
}
|
||||
|
||||
function clearEntities() {
|
||||
entities = {};
|
||||
entityList.clear();
|
||||
|
|
Loading…
Reference in a new issue