Removed some garbage comments I unadvertitely left.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5194 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-11-16 01:08:31 +00:00
parent 1dbe9c3026
commit d397d9872f

View file

@ -526,8 +526,6 @@ static NSColor *shadowCol;
[textObject setText: [self stringValue]];
[controlView addSubview: textObject];
[[controlView window] makeFirstResponder: textObject];
// Attention: if you see crashes, they are likely to come
// from the following message. Fix NSText.
[textObject display];
if ([theEvent type] == NSLeftMouseDown)
@ -557,8 +555,6 @@ static NSColor *shadowCol;
[controlView addSubview: textObject];
[textObject setSelectedRange: NSMakeRange (selStart, selLength)];
[[controlView window] makeFirstResponder: textObject];
// Attention: if you see crashes, they are likely to come
// from the following message. Fix NSText.
[textObject display];
}