diff options
Diffstat (limited to 'vncviewer/CConn.cxx')
-rw-r--r-- | vncviewer/CConn.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vncviewer/CConn.cxx b/vncviewer/CConn.cxx index a4392a35..81453dc3 100644 --- a/vncviewer/CConn.cxx +++ b/vncviewer/CConn.cxx @@ -65,7 +65,6 @@ CConn::CConn(const char* vncServerName) cp.supportsDesktopResize = true; cp.supportsExtendedDesktopSize = true; cp.supportsDesktopRename = true; - cp.supportsLocalCursor = useLocalCursor; cp.customCompressLevel = customCompressLevel; cp.compressLevel = compressLevel; @@ -541,8 +540,6 @@ void CConn::handleOptions(void *data) self->cp.qualityLevel = qualityLevel; } - self->cp.supportsLocalCursor = useLocalCursor; - self->cp.customCompressLevel = customCompressLevel; self->cp.compressLevel = compressLevel; |