mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Remove unused helper function
This was from before requiring Lion.
This commit is contained in:
@@ -4,4 +4,3 @@
|
||||
PUBLIC extern NSString* const OakCursorDidHideNotification;
|
||||
|
||||
PUBLIC BOOL OakIsAlternateKeyOrMouseEvent (NSUInteger flags = NSAlternateKeyMask, NSEvent* anEvent = [NSApp currentEvent]);
|
||||
PUBLIC void SetLionScrollerKnobStyle (NSScrollView* scrollView, NSScrollerKnobStyle style);
|
||||
|
||||
@@ -17,8 +17,3 @@ BOOL OakIsAlternateKeyOrMouseEvent (NSUInteger flags, NSEvent* anEvent)
|
||||
{
|
||||
return ([anEvent type] == NSLeftMouseUp || [anEvent type] == NSKeyDown) && (([anEvent modifierFlags] & flags) == flags);
|
||||
}
|
||||
|
||||
void SetLionScrollerKnobStyle (NSScrollView* scrollView, NSScrollerKnobStyle style)
|
||||
{
|
||||
[scrollView setScrollerKnobStyle:style];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user