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 Frith-MacDonald 2000-03-09 07:57:45 +00:00
parent 7dc59d1526
commit d1f7b7b5ae

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);
}
}
}