From 910999a322e3c7cf69a779acb89253496a082797 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 27 May 2011 09:56:46 +1000 Subject: Fix last warning. --- cocoa/ScintillaView.mm | 1 - 1 file changed, 1 deletion(-) 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]; } -- cgit v1.2.3