summaryrefslogtreecommitdiff
path: root/beos/beos_plotters.cpp
diff options
context:
space:
mode:
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)
{