diff options
author | Pierre Ossman <ossman@cendio.se> | 2011-11-07 21:13:54 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2011-11-07 21:13:54 +0000 |
commit | a3ac01ef9ce92ca2ddd31a8a647937235e294f6d (patch) | |
tree | 6f22f0c1dd96df5391950e41786911490992a695 /common/rfb/VNCServerST.h | |
parent | 2aa4b0c49352472baa6c060371497377350a3d43 (diff) | |
download | tigervnc-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/VNCServerST.h')
-rw-r--r-- | common/rfb/VNCServerST.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/rfb/VNCServerST.h b/common/rfb/VNCServerST.h index aa9ade0f..c74be903 100644 --- a/common/rfb/VNCServerST.h +++ b/common/rfb/VNCServerST.h @@ -85,7 +85,6 @@ namespace rfb { virtual void serverCutText(const char* str, int len); virtual void add_changed(const Region ®ion); virtual void add_copied(const Region &dest, const Point &delta); - virtual bool clientsReadyForUpdate(); virtual void tryUpdate(); virtual void setCursor(int width, int height, const Point& hotspot, void* cursorData, void* mask); |