Removed some commented out code.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21657 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-08-19 00:22:23 +00:00
parent ddc332ae3a
commit 831d3256d2
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2005-08-18 20:21 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormDocument.m: Remove commented out code.
2005-08-17 23:26 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormDocument.m: attachObject:toParent: code to handle

View file

@ -785,9 +785,6 @@ static NSImage *fileImage = nil;
NSMapInsert(objToName, (void*)[filesOwner className], (void*)@"NSOwner");
[nameTable setObject: [filesOwner className] forKey: @"NSOwner"];
/* Deactivate remaining editors */
// [openEditors makeObjectsPerformSelector: @selector(deactivate)];
/*
* Set the appropriate profile so that we save the right versions of
* the classes for older GNUstep releases.
@ -1581,7 +1578,6 @@ static NSImage *fileImage = nil;
[[con destination] activate];
}
[savedEditors removeAllObjects];
// [openEditors makeObjectsPerformSelector: @selector(activate)];
}
/**