diff options
author | nyamatongwe <unknown> | 2011-05-27 09:56:46 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2011-05-27 09:56:46 +1000 |
commit | 910999a322e3c7cf69a779acb89253496a082797 (patch) | |
tree | 73cf81e24009d28654512e57f5c22665e44a6e42 | |
parent | ed7e162a2df41f20bdd0c6f2c76fa315ec620b95 (diff) | |
download | scintilla-mirror-910999a322e3c7cf69a779acb89253496a082797.tar.gz |
Fix last warning.
-rw-r--r-- | cocoa/ScintillaView.mm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cocoa/ScintillaView.mm b/cocoa/ScintillaView.mm index 7c0fecaf3..19d97aa99 100644 --- a/cocoa/ScintillaView.mm +++ b/cocoa/ScintillaView.mm @@ -114,7 +114,6 @@ NSString *SCIUpdateUINotification = @"SCIUpdateUI"; [super resetCursorRects]; // We only have one cursor rect: our bounds. - NSRect bounds = [self bounds]; [self addCursorRect: [self bounds] cursor: mCurrentCursor]; [mCurrentCursor setOnMouseEntered: YES]; } |