From 01c85524899587ddec9d9d4135b54b84907946c0 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 10 Oct 2010 22:42:24 +0000 Subject: make windows frontend build and run again Fix redraw bugs Still major issue with frames svn path=/trunk/netsurf/; revision=10880 --- windows/localhistory.c | 1 - 1 file changed, 1 deletion(-) (limited to 'windows/localhistory.c') diff --git a/windows/localhistory.c b/windows/localhistory.c index aa80aeae3..4a07d5f24 100644 --- a/windows/localhistory.c +++ b/windows/localhistory.c @@ -73,7 +73,6 @@ void nsws_localhistory_init(struct gui_window *w) localhistory.height = 0; current_gui = NULL; current_hwnd = NULL; - doublebuffering = false; if ((bw != NULL) && (bw->history != NULL)) history_size(bw->history, &(localhistory.width), &(localhistory.height)); -- cgit v1.2.3