mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 01:21:08 +00:00
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:
parent
7dc59d1526
commit
d1f7b7b5ae
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue