From 0f166ad6b06d180e5f9eebfb4e49d596eb6400e5 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 28 Oct 2013 14:30:31 +0000 Subject: Remove comment. Background only used with alpha channel when printing via Tinct on RISC OS. --- gtk/plotters.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gtk/plotters.c b/gtk/plotters.c index 265061188..8896da448 100644 --- a/gtk/plotters.c +++ b/gtk/plotters.c @@ -281,10 +281,6 @@ static bool nsgtk_plot_text(int x, int y, const char *text, size_t length, static bool nsgtk_plot_pixbuf(int x, int y, int width, int height, struct bitmap *bitmap, colour bg) { - /* XXX: This currently ignores the background colour supplied. - * Does this matter? - */ - int x0, y0, x1, y1; int dsrcx, dsrcy, dwidth, dheight; int bmwidth, bmheight; -- cgit v1.2.3