chore: dead code
This commit is contained in:
parent
4e5c4abe8c
commit
006b9a742e
|
@ -6,7 +6,6 @@ import {Rectangle, Vector} from '@avocado/math';
|
|||
export class Listed extends Trait {
|
||||
|
||||
initialize() {
|
||||
this._listLocator = undefined;
|
||||
this.lastNearby = I.Set();
|
||||
}
|
||||
|
||||
|
@ -18,14 +17,6 @@ export class Listed extends Trait {
|
|||
this._list = list;
|
||||
}
|
||||
|
||||
get listLocator() {
|
||||
return this._listLocator;
|
||||
}
|
||||
|
||||
set listLocator(listLocator) {
|
||||
this._listLocator = listLocator;
|
||||
}
|
||||
|
||||
methods() {
|
||||
return {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user