aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-05-27 09:56:46 +1000
committernyamatongwe <devnull@localhost>2011-05-27 09:56:46 +1000
commit75adaed2a674b3e7ef13cfa25e9c11a3227a5c83 (patch)
treed0395bc644e5fc78af726232169b5c68324b5f88
parent9b7cf34203bcfd8e94e8e842a0380edd3f1d15a1 (diff)
downloadscintilla-mirror-75adaed2a674b3e7ef13cfa25e9c11a3227a5c83.tar.gz
Fix last warning.
-rw-r--r--cocoa/ScintillaView.mm1
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];
}