Remove useless output messages.

Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
This commit is contained in:
Zhigang Gong 2011-12-31 19:27:33 +08:00 committed by Eric Anholt
parent fbccc4bbbc
commit d42eb04c29

View File

@ -117,7 +117,6 @@ glamor_tile(PixmapPtr pixmap, PixmapPtr tile,
if (((tile_x != 0) && (tile_x + width > tile->drawable.width))
|| ((tile_y != 0)
&& (tile_y + height > tile->drawable.height))) {
ErrorF("tile_x = %d tile_y = %d \n", tile_x, tile_y);
goto fail;
}
if (glamor_priv->tile_prog == 0) {