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/scaffolding.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gtk/scaffolding.c') diff --git a/gtk/scaffolding.c b/gtk/scaffolding.c index 1a152ccd0..439515fb5 100644 --- a/gtk/scaffolding.c +++ b/gtk/scaffolding.c @@ -1498,7 +1498,6 @@ static gboolean nsgtk_history_expose_event(GtkWidget *widget, current_cr = gdk_cairo_create(current_drawable); #endif plot = nsgtk_plotters; - nsgtk_plot_set_scale(1.0); clip.x0 = event->area.x; clip.y0 = event->area.y; -- cgit v1.2.3