summaryrefslogtreecommitdiff
path: root/beos/beos_plotters.cpp
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-03-09 18:37:50 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-03-09 18:37:50 +0000
commite8fe0e64fdf98eb531b2dcdd23a70f2b9af8efc8 (patch)
tree7e25c9929d2534222204b55a890920cd61e688f7 /beos/beos_plotters.cpp
parent5833549a357815d99d2f3450469d82e1dcc00c7c (diff)
downloadnetsurf-e8fe0e64fdf98eb531b2dcdd23a70f2b9af8efc8.tar.gz
netsurf-e8fe0e64fdf98eb531b2dcdd23a70f2b9af8efc8.tar.bz2
Remove nsbeos_plot_set_scale(), nsbeos_plot_get_scale() and nsbeos_plot_scale.
svn path=/trunk/netsurf/; revision=11944
Diffstat (limited to 'beos/beos_plotters.cpp')
-rw-r--r--beos/beos_plotters.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/beos/beos_plotters.cpp b/beos/beos_plotters.cpp
index 1d4baedb0..ee8d312d2 100644
--- a/beos/beos_plotters.cpp
+++ b/beos/beos_plotters.cpp
@@ -79,7 +79,6 @@ static bool nsbeos_plot_bitmap(int x, int y, int width, int height,
#if 0 /* GTK */
static GdkRectangle cliprect;
#endif
-static float nsbeos_plot_scale = 1.0;
#warning make patterns nicer
static const pattern kDottedPattern = { 0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa, 0x55, 0xaa };
@@ -780,16 +779,6 @@ void nsbeos_set_colour(colour c)
#endif
}
-void nsbeos_plot_set_scale(float s)
-{
- nsbeos_plot_scale = s;
-}
-
-float nsbeos_plot_get_scale(void)
-{
- return nsbeos_plot_scale;
-}
-
/** Plot a caret. It is assumed that the plotters have been set up. */
void nsbeos_plot_caret(int x, int y, int h)
{