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/plot.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'windows/plot.h') diff --git a/windows/plot.h b/windows/plot.h index 1502412dd..157ce82df 100644 --- a/windows/plot.h +++ b/windows/plot.h @@ -21,8 +21,6 @@ extern HWND current_hwnd; extern struct gui_window *current_gui; -extern HDC bufferdc; -extern bool doublebuffering; extern bool thumbnail; void nsws_plot_set_scale(float s); -- cgit v1.2.3