From 38438cf7110365443d2f6958635ed58f13c911af Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Thu, 24 Feb 2011 13:15:54 +0000 Subject: [PATCH] Comment out unused function. Fred: Is there a reason that this function exists, or can we just delete it? git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32346 72102866-910b-0410-8b05-ffd578937521 --- Source/NSDocumentController.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/NSDocumentController.m b/Source/NSDocumentController.m index 768405f7d..8f7fb7be9 100644 --- a/Source/NSDocumentController.m +++ b/Source/NSDocumentController.m @@ -102,6 +102,7 @@ static NSDictionary *TypeInfoForName (NSArray *types, NSString *typeName) return nil; } +/* static NSDictionary * TypeInfoForHumanReadableName (NSArray *types, NSString *typeName) { @@ -125,6 +126,7 @@ TypeInfoForHumanReadableName (NSArray *types, NSString *typeName) return nil; } +*/ /**