aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableView.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableView.m')
-rw-r--r--Source/SPTableView.m11
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/SPTableView.m b/Source/SPTableView.m
index f6af2c16..4d97b6bb 100644
--- a/Source/SPTableView.m
+++ b/Source/SPTableView.m
@@ -59,15 +59,4 @@
return YES;
}
-- (void)keyDown:(NSEvent *)theEvent
-{
- if([self numberOfSelectedRows] == 1 && ([theEvent keyCode] == 36 || [theEvent keyCode] == 76))
- {
- [self editColumn:0 row:[self selectedRow] withEvent:nil select:YES];
- }
- else {
- [super keyDown:theEvent];
- }
-}
-
@end