mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
* GormCore/GormGModelWrapperLoader.m: Cleanup NSLog()
calls. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@23686 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b310241acd
commit
1fbfdd1200
2 changed files with 6 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-09-30 23:09-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormCore/GormGModelWrapperLoader.m: Cleanup NSLog()
|
||||
calls.
|
||||
|
||||
2006-09-30 12:00-EDT Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* GormCore/GormClassManager.h: Added declaration findByClassName:
|
||||
|
|
|
@ -282,7 +282,6 @@ static BOOL gormFileOwnerDecoded;
|
|||
[classManager allClassNames]);
|
||||
BOOL added = NO;
|
||||
|
||||
// RETAIN(superClass);
|
||||
// cheesy attempt to determine superclass..
|
||||
if(superClass == nil)
|
||||
{
|
||||
|
@ -490,7 +489,6 @@ static BOOL gormFileOwnerDecoded;
|
|||
return NO;
|
||||
}
|
||||
|
||||
NSLog(@"----------------- GModel testing -----------------");
|
||||
NS_DURING
|
||||
{
|
||||
decoded = [unarchiver decodeObjectWithName:@"RootObject"];
|
||||
|
@ -504,10 +502,7 @@ static BOOL gormFileOwnerDecoded;
|
|||
NS_ENDHANDLER
|
||||
gmobjects = [decoded performSelector: @selector(objects)];
|
||||
gmconnections = [decoded performSelector: @selector(connections)];
|
||||
NSLog(@"Gmodel objects = %@", gmobjects);
|
||||
NSLog(@" Nib Owner %@ class name is %@",
|
||||
gormNibOwner, [gormNibOwner className]);
|
||||
|
||||
|
||||
if (gormNibOwner)
|
||||
{
|
||||
[doc defineClass: [gormNibOwner className] inFile: path];
|
||||
|
@ -533,8 +528,6 @@ static BOOL gormFileOwnerDecoded;
|
|||
// if it's the font manager, take care of it...
|
||||
[doc setName: @"NSFont" forObject: obj];
|
||||
[doc attachObject: obj toParent: nil];
|
||||
// RELEASE(item);
|
||||
// [document setFontManager: obj]; // FIXME!!!!
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue