[test] Remove misleading code/comments from a1-image-sample

This commit is contained in:
Chris Wilson 2009-08-12 00:02:04 +01:00
parent e702df59b0
commit 8b3be26c7b

View file

@ -49,11 +49,7 @@ draw (cairo_t *cr, int width, int height)
cairo_set_source_rgb (cr, 1, 1, 1);
cairo_paint (cr);
/* Draw in black */
cairo_set_source_rgb (cr, 0, 0, 0);
cairo_translate (cr, PAD, PAD);
cairo_set_antialias (cr, CAIRO_ANTIALIAS_NONE);
for (i = 0; i < POINTS; i++)
for (j = 0; j < POINTS; j++) {