aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/CConnection.h')
-rw-r--r--common/rfb/CConnection.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/rfb/CConnection.h b/common/rfb/CConnection.h
index 5a3ef919..66a71a24 100644
--- a/common/rfb/CConnection.h
+++ b/common/rfb/CConnection.h
@@ -62,10 +62,6 @@ namespace rfb {
// server upon initialisation.
void setShared(bool s) { shared = s; }
- // setProtocol3_3 configures whether or not the CConnection should
- // only ever support protocol version 3.3
- void setProtocol3_3(bool s) {useProtocol3_3 = s;}
-
// setFramebuffer configures the PixelBuffer that the CConnection
// should render all pixel data in to. Note that the CConnection
// takes ownership of the PixelBuffer and it must not be deleted by
@@ -225,8 +221,6 @@ namespace rfb {
CharArray serverName;
- bool useProtocol3_3;
-
bool pendingPFChange;
rfb::PixelFormat pendingPF;