aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPWindow.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-07-11 21:47:07 +0000
committerstuconnolly <stuart02@gmail.com>2011-07-11 21:47:07 +0000
commitfa36e8280a3e3b02bbb39c152bd08061b302f168 (patch)
treec13dbb4dc4311a4a413de80429e40b720e5e7bca /Source/SPWindow.m
parent79bba63e1bed358c458f49351d8c4836c0fec20b (diff)
downloadsequelpro-fa36e8280a3e3b02bbb39c152bd08061b302f168.tar.gz
sequelpro-fa36e8280a3e3b02bbb39c152bd08061b302f168.tar.bz2
sequelpro-fa36e8280a3e3b02bbb39c152bd08061b302f168.zip
Minor tidy up.
Diffstat (limited to 'Source/SPWindow.m')
-rw-r--r--Source/SPWindow.m1
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];