summaryrefslogtreecommitdiff
path: root/cocoa/BrowserView.m
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/BrowserView.m')
-rw-r--r--cocoa/BrowserView.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/cocoa/BrowserView.m b/cocoa/BrowserView.m
index 7e4e5d649..a0f7d67f5 100644
--- a/cocoa/BrowserView.m
+++ b/cocoa/BrowserView.m
@@ -146,8 +146,6 @@ static inline NSRect cocoa_get_caret_rect( BrowserView *view )
{
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
- current_redraw_browser = browser;
-
struct redraw_context ctx = {
.interactive = true,
.plot = &cocoa_plotters
@@ -167,7 +165,6 @@ static inline NSRect cocoa_get_caret_rect( BrowserView *view )
browser_window_redraw(browser, 0, 0, &clip, &ctx);
}
- current_redraw_browser = NULL;
NSRect caretRect = cocoa_get_caret_rect( self );
if (hasCaret && caretVisible && [self needsToDrawRect: caretRect]) {