From ddc99649071858bf8e115125bdfd66ea92731dc8 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 24 Aug 2011 13:43:54 +0000 Subject: Don't need to set current_redraw_browser any more. svn path=/trunk/netsurf/; revision=12659 --- beos/beos_window.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/beos/beos_window.cpp b/beos/beos_window.cpp index 7b0b835a1..222a7ecf7 100644 --- a/beos/beos_window.cpp +++ b/beos/beos_window.cpp @@ -952,8 +952,6 @@ void nsbeos_window_expose_event(BView *view, gui_window *g, BMessage *message) if (view->Window()) view->Window()->BeginViewTransaction(); - current_redraw_browser = g->bw; - clip.x0 = (int)updateRect.left; clip.y0 = (int)updateRect.top; clip.x1 = (int)updateRect.right + 1; @@ -961,8 +959,6 @@ void nsbeos_window_expose_event(BView *view, gui_window *g, BMessage *message) browser_window_redraw(g->bw, 0, 0, &clip, &ctx); - current_redraw_browser = NULL; - if (g->careth != 0) nsbeos_plot_caret(g->caretx, g->carety, g->careth); -- cgit v1.2.3