mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
dix: remove logspam in RefCursor()
This shouldn't have been in the patch Reported-by: Colin Harrison <colin.harrison@virgin.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
committed by
Keith Packard
parent
cb3018d8a1
commit
c21344add2
@@ -134,12 +134,8 @@ FreeCursor(pointer value, XID cid)
|
||||
CursorPtr
|
||||
RefCursor(CursorPtr cursor)
|
||||
{
|
||||
ErrorF("%s ::::: cursor is %p", __func__, cursor);
|
||||
if (cursor) {
|
||||
xorg_backtrace();
|
||||
if (cursor)
|
||||
cursor->refcnt++;
|
||||
}
|
||||
ErrorF("\n");
|
||||
return cursor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user