summaryrefslogtreecommitdiff
path: root/windows/plot.h
diff options
context:
space:
mode:
Diffstat (limited to 'windows/plot.h')
-rw-r--r--windows/plot.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/windows/plot.h b/windows/plot.h
index 157ce82df..5e6eac16c 100644
--- a/windows/plot.h
+++ b/windows/plot.h
@@ -19,9 +19,7 @@
#include <windows.h>
#include "desktop/gui.h"
-extern HWND current_hwnd;
-extern struct gui_window *current_gui;
-extern bool thumbnail;
+extern HDC plot_hdc;
void nsws_plot_set_scale(float s);
float nsws_plot_get_scale(void);