summaryrefslogtreecommitdiff
path: root/gtk/plotters.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/plotters.c')
-rw-r--r--gtk/plotters.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/gtk/plotters.c b/gtk/plotters.c
index 76273bd0e..25c5dff90 100644
--- a/gtk/plotters.c
+++ b/gtk/plotters.c
@@ -51,22 +51,9 @@ GdkGC *current_gc;
cairo_t *current_cr;
static GdkRectangle cliprect;
-static float nsgtk_plot_scale = 1.0;
struct plotter_table plot;
-/** set plotting scale factor. */
-void nsgtk_plot_set_scale(float s)
-{
- nsgtk_plot_scale = s;
-}
-
-/** get plotting scale factor. */
-float nsgtk_plot_get_scale(void)
-{
- return nsgtk_plot_scale;
-}
-
/** Set cairo context colour to nsgtk colour. */
void nsgtk_set_colour(colour c)
{