diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-08-12 00:02:04 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-08-26 23:51:42 +0100 |
commit | 8b3be26c7be0747378792e3a454e500d290c3982 (patch) | |
tree | 310632770d3617f27ef587921aa6ddfbaca764ec /test | |
parent | e702df59b05246a52a645792a65dc9c12d5b3feb (diff) |
[test] Remove misleading code/comments from a1-image-sample
Diffstat (limited to 'test')
-rw-r--r-- | test/a1-image-sample.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/a1-image-sample.c b/test/a1-image-sample.c index 552e8945..3c349af8 100644 --- a/test/a1-image-sample.c +++ b/test/a1-image-sample.c @@ -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++) { |