diff options
author | dscho <dscho> | 2005-01-19 02:08:23 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-01-19 02:08:23 +0000 |
commit | 81ac5600bec356613484b1b913f207bf221cc0a8 (patch) | |
tree | 34aacf4dc914f41f283038e913658579fadcf527 | |
parent | a84b3d072a89e05c5aa5f702d223cfe304379293 (diff) | |
download | libtdevnc-81ac5600bec356613484b1b913f207bf221cc0a8.tar.gz libtdevnc-81ac5600bec356613484b1b913f207bf221cc0a8.zip |
oops, a debug message slipped through
-rw-r--r-- | libvncserver/cursor.c | 2 |
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; |