summaryrefslogtreecommitdiff
path: root/riscos/gui
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-03-09 16:20:55 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-03-09 16:20:55 +0000
commitb46e69fe2297480183364fb87bf195267652629b (patch)
treea1f1c8ae04ae0c23c4f8aaf285748cbafa8b7962 /riscos/gui
parent95916ab99da6be6854746f62792fe4baf9691c37 (diff)
downloadnetsurf-b46e69fe2297480183364fb87bf195267652629b.tar.gz
netsurf-b46e69fe2297480183364fb87bf195267652629b.tar.bz2
Purge ro_plot_set_scale() and ro_plot_scale global, as front ends nolonger need to maintain scale for plotting.
svn path=/trunk/netsurf/; revision=11942
Diffstat (limited to 'riscos/gui')
-rw-r--r--riscos/gui/progress_bar.c1
-rw-r--r--riscos/gui/status_bar.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/riscos/gui/progress_bar.c b/riscos/gui/progress_bar.c
index 5c90195ad..b53fbf225 100644
--- a/riscos/gui/progress_bar.c
+++ b/riscos/gui/progress_bar.c
@@ -473,7 +473,6 @@ void ro_gui_progress_bar_redraw_window(wimp_draw *redraw,
/* initialise the plotters */
plot = ro_plotters;
- ro_plot_set_scale(1.0);
ro_plot_origin_x = 0;
ro_plot_origin_y = 0;
diff --git a/riscos/gui/status_bar.c b/riscos/gui/status_bar.c
index c28611146..d47bf8e97 100644
--- a/riscos/gui/status_bar.c
+++ b/riscos/gui/status_bar.c
@@ -449,7 +449,6 @@ void ro_gui_status_bar_redraw(wimp_draw *redraw)
/* initialise the plotters */
plot = ro_plotters;
- ro_plot_set_scale(1.0);
ro_plot_origin_x = 0;
ro_plot_origin_y = 0;