mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-27 02:20:47 +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
51ebb8412e
commit
5b47fa0678
1 changed files with 0 additions and 5 deletions
|
@ -896,14 +896,9 @@ static NSRange MakeRangeFromAbs(int a1,int a2)
|
||||||
{
|
{
|
||||||
if (font != nil)
|
if (font != nil)
|
||||||
{
|
{
|
||||||
CREATE_AUTORELEASE_POOL(pool);
|
|
||||||
|
|
||||||
[rtfContent addAttribute: NSFontAttributeName value: font
|
[rtfContent addAttribute: NSFontAttributeName value: font
|
||||||
range: range];
|
range: range];
|
||||||
RELEASE(pool);
|
|
||||||
pool = [NSAutoreleasePool new];
|
|
||||||
[self rebuildForCharacterRange: range];
|
[self rebuildForCharacterRange: range];
|
||||||
RELEASE(pool);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue