summaryrefslogtreecommitdiff
path: root/windows/plot.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2010-10-10 22:42:24 +0000
committerVincent Sanders <vince@netsurf-browser.org>2010-10-10 22:42:24 +0000
commit01c85524899587ddec9d9d4135b54b84907946c0 (patch)
treea3445377f6212aa585a3393affd8e6537279b2c7 /windows/plot.h
parent5738a8f342d99b8455941e990e37f9f85ea54e36 (diff)
downloadnetsurf-01c85524899587ddec9d9d4135b54b84907946c0.tar.gz
netsurf-01c85524899587ddec9d9d4135b54b84907946c0.tar.bz2
make windows frontend build and run again
Fix redraw bugs Still major issue with frames svn path=/trunk/netsurf/; revision=10880
Diffstat (limited to 'windows/plot.h')
-rw-r--r--windows/plot.h2
1 files changed, 0 insertions, 2 deletions
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);