summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/plotters.c4
1 files changed, 0 insertions, 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;