aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/CMsgHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/CMsgHandler.cxx')
-rw-r--r--common/rfb/CMsgHandler.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/rfb/CMsgHandler.cxx b/common/rfb/CMsgHandler.cxx
index c3594af9..4489dbd4 100644
--- a/common/rfb/CMsgHandler.cxx
+++ b/common/rfb/CMsgHandler.cxx
@@ -59,11 +59,6 @@ void CMsgHandler::setExtendedDesktopSize(unsigned reason, unsigned result,
server.setDimensions(width, height, layout);
}
-void CMsgHandler::setPixelFormat(const PixelFormat& pf)
-{
- server.setPF(pf);
-}
-
void CMsgHandler::setName(const char* name)
{
server.setName(name);