summaryrefslogtreecommitdiff
path: root/gtk/scaffolding.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-03-09 16:52:03 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-03-09 16:52:03 +0000
commit5833549a357815d99d2f3450469d82e1dcc00c7c (patch)
tree69ac15b642ff282f1aa960bf00f7e107ff75b75b /gtk/scaffolding.c
parentb46e69fe2297480183364fb87bf195267652629b (diff)
downloadnetsurf-5833549a357815d99d2f3450469d82e1dcc00c7c.tar.gz
netsurf-5833549a357815d99d2f3450469d82e1dcc00c7c.tar.bz2
Purge nsgtk_plot_set_scale(), nsgtk_plot_get_scale() and nsgtk_plot_scale global.
svn path=/trunk/netsurf/; revision=11943
Diffstat (limited to 'gtk/scaffolding.c')
-rw-r--r--gtk/scaffolding.c1
1 files changed, 0 insertions, 1 deletions
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;