aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContentDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableContentDelegate.m')
-rw-r--r--Source/SPTableContentDelegate.m4
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/SPTableContentDelegate.m b/Source/SPTableContentDelegate.m
index 018932cb..d2e7f2d5 100644
--- a/Source/SPTableContentDelegate.m
+++ b/Source/SPTableContentDelegate.m
@@ -758,12 +758,8 @@
*/
- (BOOL)control:(NSControl<NSControlTextEditingDelegate> *)control textView:(NSTextView *)textView doCommandBySelector:(SEL)command
{
-#ifndef SP_CODA
// Check firstly if SPCopyTable can handle command
- if ([control control:control textView:textView doCommandBySelector:(SEL)command])
-#else
if ([control control:control textView:textView doCommandBySelector:command])
-#endif
return YES;
// Trap the escape key