mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Remove uneeded classes
This commit is contained in:
parent
f48dcc0869
commit
178a2cabf5
1 changed files with 1 additions and 17 deletions
|
@ -156,22 +156,10 @@ static NSString *ApplicationClass = nil;
|
|||
|
||||
@end
|
||||
|
||||
<<<<<<< HEAD
|
||||
@interface GSScene : NSObject
|
||||
{
|
||||
NSMutableArray *scenes;
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation GSScene
|
||||
@end
|
||||
|
||||
@interface NSPathCell (Private)
|
||||
+ (NSArray *) _generateCellsForURL: (NSURL *)url;
|
||||
@end
|
||||
|
||||
=======
|
||||
>>>>>>> master
|
||||
@implementation GSXib5KeyedUnarchiver
|
||||
|
||||
static NSDictionary *XmlTagToObjectClassMap = nil;
|
||||
|
@ -224,11 +212,7 @@ static NSArray *XmlBoolDefaultYes = nil;
|
|||
@"NSWindowTemplate", @"window",
|
||||
@"NSView", @"tableCellView",
|
||||
@"IBUserDefinedRuntimeAttribute5", @"userDefinedRuntimeAttribute",
|
||||
<<<<<<< HEAD
|
||||
@"GSScene", @"scene",
|
||||
=======
|
||||
@"NSURL", @"url",
|
||||
>>>>>>> master
|
||||
nil];
|
||||
RETAIN(XmlTagToObjectClassMap);
|
||||
|
||||
|
@ -238,7 +222,7 @@ static NSArray *XmlBoolDefaultYes = nil;
|
|||
XmlTagsToSkip = [NSArray arrayWithObject: @"dependencies"];
|
||||
RETAIN(XmlTagsToSkip);
|
||||
|
||||
ClassNamePrefixes = [NSArray arrayWithObjects: @"NS", @"IB", nil];
|
||||
ClassNamePrefixes = [NSArray arrayWithObjects: @"NS", @"GS", @"IB", nil];
|
||||
RETAIN(ClassNamePrefixes);
|
||||
|
||||
XmlReferenceAttributes = [NSArray arrayWithObjects: @"headerView", @"initialItem",
|
||||
|
|
Loading…
Reference in a new issue