aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ScrollingTextView.h2
-rw-r--r--ScrollingTextView.m5
2 files changed, 0 insertions, 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:)]) {