Removed method -widths

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7305 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2000-08-31 00:06:06 +00:00
parent 5cba58de80
commit f6a7203f71

View file

@ -312,11 +312,6 @@ setNSFont(NSString* key, NSFont* font)
return [fontInfo widthOfString: string];
}
- (float*) widths
{
return [fontInfo widths];
}
/* The following methods have to implemented by backends*/
//