removed unused private methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpeclipse / obfuscator / ObfuscatorIgnoreSet.java
index 3c323aa..402a8bd 100644 (file)
@@ -154,11 +154,11 @@ public class ObfuscatorIgnoreSet {
                }
        }
 
-       private String getAttributeValue(NamedNodeMap attributes, String name) {
-               Node node = attributes.getNamedItem(name);
-
-               return node == null ? null : node.getNodeValue();
-       }
+//     private String getAttributeValue(NamedNodeMap attributes, String name) {
+//             Node node = attributes.getNamedItem(name);
+//
+//             return node == null ? null : node.getNodeValue();
+//     }
 
        /**
         * Convenience method for saving to a file.