summaryrefslogtreecommitdiffstats
path: root/common/rfb/VNCServer.h
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2011-11-07 21:13:54 +0000
committerPierre Ossman <ossman@cendio.se>2011-11-07 21:13:54 +0000
commita3ac01ef9ce92ca2ddd31a8a647937235e294f6d (patch)
tree6f22f0c1dd96df5391950e41786911490992a695 /common/rfb/VNCServer.h
parent2aa4b0c49352472baa6c060371497377350a3d43 (diff)
downloadtigervnc-a3ac01ef9ce92ca2ddd31a8a647937235e294f6d.tar.gz
tigervnc-a3ac01ef9ce92ca2ddd31a8a647937235e294f6d.zip
Clean up the interface for VNCSConnectionST. Entry points are more apparent
and the data flow is now more strictly aimed towards this connection class. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4771 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/VNCServer.h')
-rw-r--r--common/rfb/VNCServer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/common/rfb/VNCServer.h b/common/rfb/VNCServer.h
index 7fa44c18..1c8d38e0 100644
--- a/common/rfb/VNCServer.h
+++ b/common/rfb/VNCServer.h
@@ -58,10 +58,6 @@ namespace rfb {
// bell() tells the server that it should make all clients make a bell sound.
virtual void bell() = 0;
- // clientsReadyForUpdate() returns true if there is at least one client
- // waiting for an update, false if no clients are ready.
- virtual bool clientsReadyForUpdate() = 0;
-
// - Close all currently-connected clients, by calling
// their close() method with the supplied reason.
virtual void closeClients(const char* reason) = 0;