From 5833549a357815d99d2f3450469d82e1dcc00c7c Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 9 Mar 2011 16:52:03 +0000 Subject: Purge nsgtk_plot_set_scale(), nsgtk_plot_get_scale() and nsgtk_plot_scale global. svn path=/trunk/netsurf/; revision=11943 --- gtk/plotters.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk/plotters.h') diff --git a/gtk/plotters.h b/gtk/plotters.h index a59ae00bb..d4cf51426 100644 --- a/gtk/plotters.h +++ b/gtk/plotters.h @@ -37,8 +37,6 @@ extern GdkGC *current_gc; extern cairo_t *current_cr; #endif -void nsgtk_plot_set_scale(float s); -float nsgtk_plot_get_scale(void); void nsgtk_set_colour(colour c); void nsgtk_plot_caret(int x, int y, int h); -- cgit v1.2.3