mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 02:04:20 +00:00
remove classes which map to their tags properly
This commit is contained in:
parent
8c8b81605d
commit
683e2c2007
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue