Mercurial > hg > Members > tatsuki > Alice
diff src/alice/test/topology/aquarium/FishPoint.java @ 143:0651fb36a369 working
demo for Open Source Conference
author | sugi |
---|---|
date | Thu, 20 Sep 2012 22:44:11 +0900 |
parents | 53aff28cde6b |
children |
line wrap: on
line diff
--- a/src/alice/test/topology/aquarium/FishPoint.java Thu Sep 20 22:05:32 2012 +0900 +++ b/src/alice/test/topology/aquarium/FishPoint.java Thu Sep 20 22:44:11 2012 +0900 @@ -8,7 +8,6 @@ public float x = 0.0f; public float y = 0.0f; public float z = 0.0f; - public String vector = "light"; public FishPoint(){} @@ -46,8 +45,4 @@ return this.z; } - public String getVector(){ - return this.vector; - } - }