summaryrefslogtreecommitdiff
path: root/riscos/plotters.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/plotters.c')
-rw-r--r--riscos/plotters.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/riscos/plotters.c b/riscos/plotters.c
index 8d489fc0f..4d20910b4 100644
--- a/riscos/plotters.c
+++ b/riscos/plotters.c
@@ -407,8 +407,7 @@ bool ro_plot_text(int x, int y, const char *text, size_t length,
return nsfont_paint(fstyle, text, length,
ro_plot_origin_x + x * 2,
- ro_plot_origin_y - y * 2,
- ro_plot_scale);
+ ro_plot_origin_y - y * 2);
}