Remove spuroous code

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6231 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 2000-03-09 07:57:45 +00:00
parent 51ebb8412e
commit 5b47fa0678

View file

@ -896,14 +896,9 @@ static NSRange MakeRangeFromAbs(int a1,int a2)
{
if (font != nil)
{
CREATE_AUTORELEASE_POOL(pool);
[rtfContent addAttribute: NSFontAttributeName value: font
range: range];
RELEASE(pool);
pool = [NSAutoreleasePool new];
[self rebuildForCharacterRange: range];
RELEASE(pool);
}
}
}