Remove redundancy from Eclipse
[jalview.git] / src / MCview / PDBChain.java
index 4bfe255..192156e 100755 (executable)
@@ -93,7 +93,7 @@ public class PDBChain {
 \r
         for (int i = 0; i < atoms.size(); i++) {\r
             myAtom tmp = (myAtom) atoms.elementAt(i);\r
-            String resName = tmp.resName;\r
+            //String resName = tmp.resName;\r
             int resNumber = tmp.resNumber;\r
             int res = resNumber;\r
 \r
@@ -162,7 +162,7 @@ public class PDBChain {
                 } else if (b.at1.resName.toUpperCase().equals("CYS")) {\r
                     b.startCol = Color.yellow;\r
                 } else {\r
-                    int atno = ((Integer) ResidueProperties.getAA3Hash().get(b.at1.resName.toUpperCase())).intValue();\r
+                    //int atno = ((Integer) ResidueProperties.getAA3Hash().get(b.at1.resName.toUpperCase())).intValue();\r
                     b.startCol = Color.lightGray;\r
                 }\r
 \r
@@ -175,7 +175,7 @@ public class PDBChain {
                 } else if (b.at2.resName.toUpperCase().equals("CYS")) {\r
                     b.endCol = Color.yellow;\r
                 } else {\r
-                    int atno = ((Integer) ResidueProperties.getAA3Hash().get(b.at2.resName.toUpperCase())).intValue();\r
+                    //int atno = ((Integer) ResidueProperties.getAA3Hash().get(b.at2.resName.toUpperCase())).intValue();\r
                     b.endCol = Color.lightGray;\r
                 }\r
             } catch (Exception e) {\r