diff options
author | stuconnolly <stuart02@gmail.com> | 2011-07-11 21:47:07 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-07-11 21:47:07 +0000 |
commit | fa36e8280a3e3b02bbb39c152bd08061b302f168 (patch) | |
tree | c13dbb4dc4311a4a413de80429e40b720e5e7bca /Source/SPWindow.m | |
parent | 79bba63e1bed358c458f49351d8c4836c0fec20b (diff) | |
download | sequelpro-fa36e8280a3e3b02bbb39c152bd08061b302f168.tar.gz sequelpro-fa36e8280a3e3b02bbb39c152bd08061b302f168.tar.bz2 sequelpro-fa36e8280a3e3b02bbb39c152bd08061b302f168.zip |
Minor tidy up.
Diffstat (limited to 'Source/SPWindow.m')
-rw-r--r-- | Source/SPWindow.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/SPWindow.m b/Source/SPWindow.m index 22a096c3..5a485ede 100644 --- a/Source/SPWindow.m +++ b/Source/SPWindow.m @@ -37,7 +37,6 @@ */ - (void) sendEvent:(NSEvent *)theEvent { - if ([theEvent type] == NSKeyDown && [[theEvent charactersIgnoringModifiers] length]) { unichar theCharacter = [[theEvent charactersIgnoringModifiers] characterAtIndex:0]; |