From 513324eb7bc0d93862e0efc238d3c3998f381670 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Wed, 16 Mar 2011 02:04:14 -0400 Subject: Remove keyDownToSuper on scrolling text view. Unused. --- ScrollingTextView.h | 2 -- ScrollingTextView.m | 5 ----- 2 files changed, 7 deletions(-) diff --git a/ScrollingTextView.h b/ScrollingTextView.h index 2dbab1a..ef4a495 100644 --- a/ScrollingTextView.h +++ b/ScrollingTextView.h @@ -6,6 +6,4 @@ { IBOutlet NSResponder *theResponder; } - -- (void)keyDownToSuper: (NSEvent *)anEvent; @end \ No newline at end of file diff --git a/ScrollingTextView.m b/ScrollingTextView.m index 196cf28..e3091a8 100644 --- a/ScrollingTextView.m +++ b/ScrollingTextView.m @@ -48,11 +48,6 @@ didCompleteLayoutForTextContainer: (NSTextContainer *)aTextContainer [super keyDown: anEvent]; } -- (void)keyDownToSuper: (NSEvent *)anEvent -{ - [super keyDown: anEvent]; -} - - (void)changeFont: (id)sender { if ([[self delegate] respondsToSelector: @selector(changeFont:)]) { -- cgit v1.2.3