mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
Code cleanup
This commit is contained in:
parent
6ca3708722
commit
8895bd0335
1 changed files with 1 additions and 9 deletions
|
@ -171,7 +171,6 @@ static NSString *ApplicationClass = nil;
|
|||
@implementation GSXib5KeyedUnarchiver
|
||||
|
||||
// Singleton dictionary that holds any cached XIB data... cells, etc.
|
||||
static NSMutableDictionary *CachedXibDictionary = nil;
|
||||
static NSDictionary *XmlTagToObjectClassMap = nil;
|
||||
static NSArray *XmlTagsNotStacked = nil;
|
||||
static NSArray *XmlTagsToSkip = nil;
|
||||
|
@ -209,7 +208,7 @@ static NSArray *XmlBoolDefaultYes = nil;
|
|||
@"NSMutableArray", @"resources",
|
||||
@"NSMutableArray", @"segments",
|
||||
@"NSMutableArray", @"objectValues",
|
||||
// @"NSMutableArray", @"prototypeCellViews",
|
||||
@"NSMutableArray", @"prototypeCellViews",
|
||||
@"NSMutableArray", @"allowedToolbarItems",
|
||||
@"NSMutableArray", @"defaultToolbarItems",
|
||||
@"NSMutableArray", @"rowTemplates",
|
||||
|
@ -454,7 +453,6 @@ static NSArray *XmlBoolDefaultYes = nil;
|
|||
@"decodeTransitionStyle:", @"NSTransitionStyle",
|
||||
@"decodeShadowOffsetHoriz:", @"NSShadowHoriz",
|
||||
@"decodeShadowOffsetVert:", @"NSShadowVert",
|
||||
@"decodePrototypeCellViews:", @"NSPrototypeCellViews",
|
||||
nil];
|
||||
RETAIN(XmlKeyToDecoderSelectorMap);
|
||||
|
||||
|
@ -3007,12 +3005,6 @@ didStartElement: (NSString*)elementName
|
|||
return [NSNumber numberWithFloat: size.height];
|
||||
}
|
||||
|
||||
- (id) decodePrototypeCellViews: (GSXibElement *)element
|
||||
{
|
||||
NSLog(@"element = %@", currentElement);
|
||||
return [NSArray array];
|
||||
}
|
||||
|
||||
- (id) _decodePlacementForObject: (id)obj
|
||||
{
|
||||
NSGridRowAlignment alignment = NSGridCellPlacementNone;
|
||||
|
|
Loading…
Reference in a new issue