Remove uneeded instance var.

This commit is contained in:
Gregory John Casamento 2020-08-09 10:21:52 -04:00
parent 938467102e
commit d72e9e6ced
2 changed files with 1 additions and 4 deletions

View file

@ -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;
}

View file

@ -6115,7 +6115,7 @@ configuation! */
- (void) didReplaceCharacters
{
// nothing...
[self didChangeText];
}
- (NSView *) contentViewAtIndex: (NSUInteger)index effectiveCharacterRange: (NSRangePointer)outRange