summaryrefslogtreecommitdiffstats
path: root/libvncserver
diff options
context:
space:
mode:
authordscho <dscho>2005-01-19 02:08:23 +0000
committerdscho <dscho>2005-01-19 02:08:23 +0000
commit81ac5600bec356613484b1b913f207bf221cc0a8 (patch)
tree34aacf4dc914f41f283038e913658579fadcf527 /libvncserver
parenta84b3d072a89e05c5aa5f702d223cfe304379293 (diff)
downloadlibtdevnc-81ac5600bec356613484b1b913f207bf221cc0a8.tar.gz
libtdevnc-81ac5600bec356613484b1b913f207bf221cc0a8.zip
oops, a debug message slipped through
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;