From 5b47fa0678e81caed24f8330205818eb8946f48c Mon Sep 17 00:00:00 2001 From: richard Date: Thu, 9 Mar 2000 07:57:45 +0000 Subject: [PATCH] Remove spuroous code git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6231 72102866-910b-0410-8b05-ffd578937521 --- Source/NSText.m | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/NSText.m b/Source/NSText.m index 95ae84cbb..e90b57b51 100644 --- a/Source/NSText.m +++ b/Source/NSText.m @@ -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); } } }