aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMCopyTable.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2009-11-07 02:32:05 +0000
committerstuconnolly <stuart02@gmail.com>2009-11-07 02:32:05 +0000
commit55bf19f025ab67562b151a40e2440c5c76b00ee5 (patch)
tree720b0775b3f245bec246eca461b43cf3ccdc254b /Source/CMCopyTable.m
parent021ed107a07064cb5e0f1988b778fa0cfe4ffa37 (diff)
downloadsequelpro-55bf19f025ab67562b151a40e2440c5c76b00ee5.tar.gz
sequelpro-55bf19f025ab67562b151a40e2440c5c76b00ee5.tar.bz2
sequelpro-55bf19f025ab67562b151a40e2440c5c76b00ee5.zip
Tidy up.
Diffstat (limited to 'Source/CMCopyTable.m')
-rw-r--r--Source/CMCopyTable.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/CMCopyTable.m b/Source/CMCopyTable.m
index 0c276b72..98556a8d 100644
--- a/Source/CMCopyTable.m
+++ b/Source/CMCopyTable.m
@@ -424,7 +424,6 @@ int MENU_EDIT_COPY_AS_SQL = 2002;
- (void)keyDown:(NSEvent *)theEvent
{
-
// RETURN or ENTER invoke editing mode for selected row
// by calling tableView:shouldEditTableColumn: to validate
if([[[[self delegate] class] description] isEqualToString:@"TableContent"]) {
@@ -441,6 +440,4 @@ int MENU_EDIT_COPY_AS_SQL = 2002;
[super keyDown:theEvent];
}
-
-
@end