summaryrefslogtreecommitdiffstats
path: root/libvncserver
diff options
context:
space:
mode:
Diffstat (limited to 'libvncserver')
-rw-r--r--libvncserver/cursor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvncserver/cursor.c b/libvncserver/cursor.c
index 60730d4..8e2789b 100644
--- a/libvncserver/cursor.c
+++ b/libvncserver/cursor.c
@@ -482,8 +482,6 @@ void rfbShowCursor(rfbClientPtr cl)
if(!c->richSource)
rfbMakeRichCursorFromXCursor(s,c);
- fprintf(stderr,"show cursor at %d %d\n",x1,y1);
-
if (c->alphaSource) {
int rmax, rshift;
int gmax, gshift;