remove commented block

This commit is contained in:
Eugene Kudelevsky
2012-07-18 18:31:13 +04:00
parent 51eb08e83a
commit 8baa33669b
@@ -102,17 +102,6 @@ public class AndroidDomExtender extends DomExtender<AndroidDomElement> {
DomExtensionsRegistrar registrar,
MyAttributeProcessor processor,
Set<XmlName> skippedAttrSet) {
/*Collections.addAll(skippedAttrSet, skipNames);
if (!shouldValidateAttributes(element)) {
XmlAttribute[] existingAttrs = element.getXmlTag().getAttributes();
for (XmlAttribute attr : existingAttrs) {
if (attr.getNamespace().equals(namespace)) {
skippedAttrSet.add(attr.getLocalName());
}
}
}*/
for (StyleableDefinition styleable : styleables) {
for (AttributeDefinition attrDef : styleable.getAttributes()) {
String attrName = attrDef.getName();