summaryrefslogtreecommitdiff
path: root/windows/plot.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-03-09 19:00:31 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-03-09 19:00:31 +0000
commita0e0d23c2df487d48ff12f7abdc35e05b1861dd1 (patch)
tree9292be9c6b37880c8ae6cef1d0d73ecc1a2fc908 /windows/plot.h
parente8fe0e64fdf98eb531b2dcdd23a70f2b9af8efc8 (diff)
downloadnetsurf-a0e0d23c2df487d48ff12f7abdc35e05b1861dd1.tar.gz
netsurf-a0e0d23c2df487d48ff12f7abdc35e05b1861dd1.tar.bz2
Remove nsws_plot_set_scale(), nsws_plot_get_scale() and nsws_plot_scale.
svn path=/trunk/netsurf/; revision=11945
Diffstat (limited to 'windows/plot.h')
-rw-r--r--windows/plot.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/windows/plot.h b/windows/plot.h
index 5e6eac16c..dc0ac0386 100644
--- a/windows/plot.h
+++ b/windows/plot.h
@@ -21,6 +21,3 @@
extern HDC plot_hdc;
-void nsws_plot_set_scale(float s);
-float nsws_plot_get_scale(void);
-