JAL-1421 generic collections in MCView package (+unit tests)
[jalview.git] / src / MCview / Atom.java
index 9cbcebb..4d000af 100755 (executable)
@@ -111,7 +111,4 @@ public class Atom
     this.y = y;
     this.z = z;
   }
-  // public void setColor(Color col) {
-  // this.color = col;
-  // }
 }