mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 01:16:18 +00:00
tests/testdisplay.c Remove an uncomfortable error output
Signed-off-by: Yi Sun <yi.sun@intel.com>
This commit is contained in:
parent
5ba39da67e
commit
f669e8c12e
@ -358,9 +358,6 @@ static void paint_image(cairo_t *cr, const char *file)
|
||||
|
||||
cairo_translate(cr, img_x, img_y);
|
||||
|
||||
fprintf(stderr, "drew %dx%d image at %d,%d\n", img_w, img_h,
|
||||
img_x, img_y);
|
||||
|
||||
img_w_scale = (double)img_w / (double)img_w_o;
|
||||
img_h_scale = (double)img_h / (double)img_h_o;
|
||||
cairo_scale(cr, img_w_scale, img_h_scale);
|
||||
|
Loading…
x
Reference in New Issue
Block a user