diff options
-rw-r--r-- | Source/SPTextView.m | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/SPTextView.m b/Source/SPTextView.m index 9f662f0b..500e4892 100644 --- a/Source/SPTextView.m +++ b/Source/SPTextView.m @@ -2760,10 +2760,6 @@ NSInteger _alphabeticSort(id string1, id string2, void *reverse) textRange = NSMakeRange(start, end-start); -#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 - [[self layoutManager] ensureLayoutForCharacterRange:textRange]; -#endif - // only to be sure that nothing went wrongly textRange = NSIntersectionRange(textRange, NSMakeRange(0, [textStore length])); |