mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Remove uneeded instance var.
This commit is contained in:
parent
938467102e
commit
d72e9e6ced
2 changed files with 1 additions and 4 deletions
|
@ -248,9 +248,6 @@ therefore be stored in the NSLayoutManager to avoid problems.
|
|||
// Text checking (spelling/grammar)
|
||||
NSTimer *_textCheckingTimer;
|
||||
NSRect _lastCheckedRect;
|
||||
|
||||
// NSTextFinder vars...
|
||||
NSArray *_selectedRanges;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -6115,7 +6115,7 @@ configuation! */
|
|||
|
||||
- (void) didReplaceCharacters
|
||||
{
|
||||
// nothing...
|
||||
[self didChangeText];
|
||||
}
|
||||
|
||||
- (NSView *) contentViewAtIndex: (NSUInteger)index effectiveCharacterRange: (NSRangePointer)outRange
|
||||
|
|
Loading…
Reference in a new issue