chore: dead code

This commit is contained in:
cha0s 2019-03-19 10:51:08 -05:00
parent 83e50210ed
commit 8602b0e81d

View File

@ -14,10 +14,6 @@ class GraphicalBase extends Trait {
};
}
static defaultState() {
return {};
}
constructor(...args) {
super(...args);
if (hasGraphics) {