diff --git a/Source/GSXib5KeyedUnarchiver.m b/Source/GSXib5KeyedUnarchiver.m index 858e96ac56..56f887447f 100644 --- a/Source/GSXib5KeyedUnarchiver.m +++ b/Source/GSXib5KeyedUnarchiver.m @@ -870,10 +870,12 @@ - (void) parser: (NSXMLParser*)parser // Need to store element for making the connections... [self addConnection: element]; } + /* else if ([XmlConstraintRecordTags containsObject: elementName]) { [self objectForXib: element]; // decode the constraint... } + */ } else {