mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
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:
parent
ddc332ae3a
commit
831d3256d2
2 changed files with 4 additions and 4 deletions
|
@ -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>
|
2005-08-17 23:26 Gregory John Casamento <greg_casamento@yahoo.com>
|
||||||
|
|
||||||
* GormCore/GormDocument.m: attachObject:toParent: code to handle
|
* GormCore/GormDocument.m: attachObject:toParent: code to handle
|
||||||
|
|
|
@ -785,9 +785,6 @@ static NSImage *fileImage = nil;
|
||||||
NSMapInsert(objToName, (void*)[filesOwner className], (void*)@"NSOwner");
|
NSMapInsert(objToName, (void*)[filesOwner className], (void*)@"NSOwner");
|
||||||
[nameTable setObject: [filesOwner className] forKey: @"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
|
* Set the appropriate profile so that we save the right versions of
|
||||||
* the classes for older GNUstep releases.
|
* the classes for older GNUstep releases.
|
||||||
|
@ -1581,7 +1578,6 @@ static NSImage *fileImage = nil;
|
||||||
[[con destination] activate];
|
[[con destination] activate];
|
||||||
}
|
}
|
||||||
[savedEditors removeAllObjects];
|
[savedEditors removeAllObjects];
|
||||||
// [openEditors makeObjectsPerformSelector: @selector(activate)];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue