summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-10-28 14:30:31 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-10-28 14:30:31 +0000
commit0f166ad6b06d180e5f9eebfb4e49d596eb6400e5 (patch)
tree26226eae9b047506ac1ae82c64a36c5788feb7f1
parent1c85232a6345d5dd9730a6ca675db1cbcf1e1db9 (diff)
downloadnetsurf-0f166ad6b06d180e5f9eebfb4e49d596eb6400e5.tar.gz
netsurf-0f166ad6b06d180e5f9eebfb4e49d596eb6400e5.tar.bz2
Remove comment. Background only used with alpha channel when printing via Tinct on RISC OS.
-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;