mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Since we now require 10.7 we don’t need all of this. Keeping it around is just noise that can lead to confusion about code paths.
4 lines
97 B
Objective-C
4 lines
97 B
Objective-C
@interface NSEvent (SnowLeopardCompatibilityWrappers)
|
|
+ (NSTimeInterval)caretBlinkInterval;
|
|
@end
|