summaryrefslogtreecommitdiffstats
path: root/common/rfb/CMsgHandler.cxx
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2009-03-20 16:06:46 +0000
committerPierre Ossman <ossman@cendio.se>2009-03-20 16:06:46 +0000
commitcac4b750ead78650ad92a3e9d8e42b4d1e4b31a9 (patch)
tree1d05b0283e89bf0ff69847ee57592f1f87f4765e /common/rfb/CMsgHandler.cxx
parentcbd1b2c85f0bb39aea4ea226cced78889efe8f22 (diff)
downloadtigervnc-cac4b750ead78650ad92a3e9d8e42b4d1e4b31a9.tar.gz
tigervnc-cac4b750ead78650ad92a3e9d8e42b4d1e4b31a9.zip
Remove file transfer callback that was left behind.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3703 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/CMsgHandler.cxx')
-rw-r--r--common/rfb/CMsgHandler.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/rfb/CMsgHandler.cxx b/common/rfb/CMsgHandler.cxx
index f459d18f..4188964c 100644
--- a/common/rfb/CMsgHandler.cxx
+++ b/common/rfb/CMsgHandler.cxx
@@ -116,9 +116,3 @@ void CMsgHandler::imageRect(const Rect& r, void* pixels)
void CMsgHandler::copyRect(const Rect& r, int srcX, int srcY)
{
}
-
-bool CMsgHandler::processFTMsg(int type)
-{
- return false;
-}
-