From 529c38a4601e8f0712773bf29a48cddfa7a5edc4 Mon Sep 17 00:00:00 2001 From: Zhigang Gong Date: Thu, 19 May 2011 18:03:12 +0800 Subject: [PATCH] glamor-ddx: Remove debug message when moving cursor. --- hw/xfree86/glamor/glamor_crtc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xfree86/glamor/glamor_crtc.c b/hw/xfree86/glamor/glamor_crtc.c index fd4ee8671..aba9b2c29 100644 --- a/hw/xfree86/glamor/glamor_crtc.c +++ b/hw/xfree86/glamor/glamor_crtc.c @@ -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); }