remove classes which map to their tags properly

This commit is contained in:
Gregory John Casamento 2020-01-24 11:34:55 -05:00
parent 8c8b81605d
commit 683e2c2007

View file

@ -105,13 +105,8 @@ static NSArray *XmlBoolDefaultYes = nil;
@"NSMutableArray", @"rowTemplates",
@"NSSegmentItem", @"segment",
@"NSCell", @"customCell",
@"NSCustomObject", @"customObject",
@"IBOutletConnection", @"outlet",
@"IBActionConnection", @"action",
@"NSNibBindingConnector", @"binding",
@"NSWindowTemplate", @"window",
@"NSView", @"tableCellView",
@"IBUserDefinedRuntimeAttribute", @"userDefinedRuntimeAttribute",
nil];
RETAIN(XmlTagToObjectClassMap);