This shouldn't have been in the patch

Reported-by: Colin Harrison <[email protected]>
Signed-off-by: Peter Hutterer <[email protected]>
---
I will not send patches before my morning coffee.
I will not send patches before my morning coffee.
I will not send patches before my morning coffee.
I will not send patches before my morning coffee.
..

 dix/cursor.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dix/cursor.c b/dix/cursor.c
index 0820b18..cd8305c 100644
--- a/dix/cursor.c
+++ b/dix/cursor.c
@@ -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;
 }
 
-- 
1.8.1.4

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to