From e8fe0e64fdf98eb531b2dcdd23a70f2b9af8efc8 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 9 Mar 2011 18:37:50 +0000 Subject: Remove nsbeos_plot_set_scale(), nsbeos_plot_get_scale() and nsbeos_plot_scale. svn path=/trunk/netsurf/; revision=11944 --- beos/beos_plotters.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'beos/beos_plotters.cpp') 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) { -- cgit v1.2.3