mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 12:39:55 +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() {
|
function clearEntities() {
|
||||||
entities = {};
|
entities = {};
|
||||||
entityList.clear();
|
entityList.clear();
|
||||||
|
|
Loading…
Reference in a new issue