aboutsummaryrefslogtreecommitdiffstats
path: root/ScrollingTextView.m
diff options
context:
space:
mode:
Diffstat (limited to 'ScrollingTextView.m')
-rw-r--r--ScrollingTextView.m5
1 files changed, 0 insertions, 5 deletions
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:)]) {