diff options
author | Pierre Ossman <ossman@cendio.se> | 2017-09-22 16:43:50 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2017-09-22 16:43:50 +0200 |
commit | b000ff13275cd9df34494553ba49746a85e63072 (patch) | |
tree | ac8f7e11adc792940e8e12374f324e7b9c044477 /common/rfb/VNCServerST.h | |
parent | aceb4e7bf702d5c26bad9e646854d69b68ee4d5a (diff) | |
download | tigervnc-b000ff13275cd9df34494553ba49746a85e63072.tar.gz tigervnc-b000ff13275cd9df34494553ba49746a85e63072.zip |
Get rid of getFbSize()/getDesktopSize() in common
It was only used by WinVNC, so push it there instead.
Diffstat (limited to 'common/rfb/VNCServerST.h')
-rw-r--r-- | common/rfb/VNCServerST.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/rfb/VNCServerST.h b/common/rfb/VNCServerST.h index 2dfdbbdb..3a563703 100644 --- a/common/rfb/VNCServerST.h +++ b/common/rfb/VNCServerST.h @@ -120,10 +120,6 @@ namespace rfb { SConnection* getSConnection(network::Socket* sock); - // getDesktopSize() returns the size of the SDesktop exported by this - // server. - Point getDesktopSize() const {return desktop->getFbSize();} - // getName() returns the name of this VNC Server. NB: The value returned // is the server's internal buffer which may change after any other methods // are called - take a copy if necessary. |