glamor-ddx: Remove debug message when moving cursor.

This commit is contained in:
Zhigang Gong 2011-05-19 18:03:12 +08:00
parent cd43b1ea83
commit 529c38a460

View File

@ -460,8 +460,6 @@ drmmode_set_cursor_position (xf86CrtcPtr crtc, int x, int y)
drmmode_crtc_private_ptr drmmode_crtc = crtc->driver_private;
drmmode_ptr drmmode = drmmode_crtc->drmmode;
ErrorF("move cursor\n");
drmModeMoveCursor(drmmode->fd, drmmode_crtc->mode_crtc->crtc_id, x, y);
}