aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-05-20 10:04:23 +0000
committerBibiko <bibiko@eva.mpg.de>2009-05-20 10:04:23 +0000
commitc2a0f048423967f16af1651f97ed929d83cccf68 (patch)
treee9e77377399e1c5905fb26ba4175dbd63c65c741 /Source
parent4794c5df03806229b92c5681cfb86da8bf00d5a0 (diff)
downloadsequelpro-c2a0f048423967f16af1651f97ed929d83cccf68.tar.gz
sequelpro-c2a0f048423967f16af1651f97ed929d83cccf68.tar.bz2
sequelpro-c2a0f048423967f16af1651f97ed929d83cccf68.zip
• removed unused variable 'keyCode'
Diffstat (limited to 'Source')
-rw-r--r--Source/CMTextView.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CMTextView.m b/Source/CMTextView.m
index 7489fe1c..09c5447d 100644
--- a/Source/CMTextView.m
+++ b/Source/CMTextView.m
@@ -304,7 +304,6 @@ YY_BUFFER_STATE yy_scan_string (const char *);
NSString *charactersIgnMod = [theEvent charactersIgnoringModifiers];
unichar insertedCharacter = [characters characterAtIndex:0];
long curFlags = ([theEvent modifierFlags] & allFlags);
- int keyCode = [theEvent keyCode];
// Note: switch(insertedCharacter) {} does not work instead use charactersIgnoringModifiers
if([charactersIgnMod isEqualToString:@"c"]) // ^C copy as RTF