summaryrefslogtreecommitdiff
path: root/riscos/treeview.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/treeview.c')
-rw-r--r--riscos/treeview.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/riscos/treeview.c b/riscos/treeview.c
index 78bf9f0b4..f96f761d6 100644
--- a/riscos/treeview.c
+++ b/riscos/treeview.c
@@ -317,10 +317,7 @@ void ro_treeview_redraw_request(int x, int y, int width, int height,
wimp_draw update;
osbool more;
- /* The scale can't be changed; it's always 1:1. */
-
plot = ro_plotters;
- ro_plot_set_scale(1.0);
update.w = tv->w;
update.box.x0 = (2 * x) + tv->origin.x;
@@ -360,10 +357,7 @@ void ro_treeview_redraw(wimp_draw *redraw)
*/
}
- /* The scale can't be changed; it's always 1:1. */
-
plot = ro_plotters;
- ro_plot_set_scale(1.0);
error = xwimp_redraw_window(redraw, &more);
if (error) {