chore: dead code

This commit is contained in:
cha0s 2019-03-21 18:41:46 -05:00
parent 4e5c4abe8c
commit 006b9a742e

View File

@ -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 {