summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/vnc/qvnc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/vnc/qvnc.cpp')
-rw-r--r--src/plugins/platforms/vnc/qvnc.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/platforms/vnc/qvnc.cpp b/src/plugins/platforms/vnc/qvnc.cpp
index 6948344701..d01d53b2f8 100644
--- a/src/plugins/platforms/vnc/qvnc.cpp
+++ b/src/plugins/platforms/vnc/qvnc.cpp
@@ -681,7 +681,6 @@ void QVncServer::setDirty()
void QVncServer::newConnection()
{
- QT_VNC_DEBUG() << "!!!!!!!!!!!! new connection";
if (client)
delete client;
@@ -1023,12 +1022,10 @@ void QVncServer::setEncodings()
break;
case Cursor:
supportCursor = true;
-#ifndef QT_NO_QWS_CURSOR
if (!qvnc_screen->screen()) {
delete qvnc_cursor;
qvnc_cursor = new QVncClientCursor(this);
}
-#endif
break;
case DesktopSize:
supportDesktopSize = true;