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
This commit is contained in:
David Chisnall 2011-02-24 13:15:54 +00:00
parent e813542d97
commit 38438cf711

View file

@ -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;
}
*/
/** <p>