summaryrefslogtreecommitdiff
path: root/beos/beos_window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'beos/beos_window.cpp')
-rw-r--r--beos/beos_window.cpp4
1 files changed, 0 insertions, 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);