From 831d3256d2df70e6b126dec3e4f285470d072648 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Fri, 19 Aug 2005 00:22:23 +0000 Subject: [PATCH] Removed some commented out code. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21657 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 ++++ GormCore/GormDocument.m | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9ebd22fc..9d0940ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-08-18 20:21 Gregory John Casamento + + * GormCore/GormDocument.m: Remove commented out code. + 2005-08-17 23:26 Gregory John Casamento * GormCore/GormDocument.m: attachObject:toParent: code to handle diff --git a/GormCore/GormDocument.m b/GormCore/GormDocument.m index 28563e05..c28e8e3c 100644 --- a/GormCore/GormDocument.m +++ b/GormCore/GormDocument.m @@ -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)]; } /**