Removed cruft

This commit is contained in:
MaxRobinsonTheGreat
2020-08-18 11:40:46 -06:00
parent 3f05fbe7f9
commit 3aa0aae4e2
8 changed files with 7 additions and 148 deletions

View File

@@ -28,10 +28,6 @@ class EditorController extends CanvasController{
return this.env.organism.getLocalCell(this.mouse_c-this.env.organism.c, this.mouse_r-this.env.organism.r);
}
setEyeDirection(){
}
editOrganism() {
if (this.edit_cell_type == null || this.mode != Modes.Edit)
return;