summaryrefslogtreecommitdiffstats
path: root/common/rfb/SDesktop.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/SDesktop.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/SDesktop.h')
-rw-r--r--common/rfb/SDesktop.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/common/rfb/SDesktop.h b/common/rfb/SDesktop.h
index 4a53d538..57ceb076 100644
--- a/common/rfb/SDesktop.h
+++ b/common/rfb/SDesktop.h
@@ -64,13 +64,6 @@ namespace rfb {
virtual void stop() {}
- // framebufferUpdateRequest() is called to let the desktop know that at
- // least one client has become ready for an update. Desktops can check
- // whether there are clients ready at any time by calling the VNCServer's
- // clientsReadyForUpdate() method.
-
- virtual void framebufferUpdateRequest() {}
-
// getFbSize() returns the current dimensions of the framebuffer.
// This can be called even while the SDesktop is not start()ed.