summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/rfb/CMsgHandler.cxx6
-rw-r--r--common/rfb/CMsgHandler.h2
2 files changed, 0 insertions, 8 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;
-}
-
diff --git a/common/rfb/CMsgHandler.h b/common/rfb/CMsgHandler.h
index 36fc48ef..79ee86c4 100644
--- a/common/rfb/CMsgHandler.h
+++ b/common/rfb/CMsgHandler.h
@@ -68,8 +68,6 @@ namespace rfb {
virtual void imageRect(const Rect& r, void* pixels);
virtual void copyRect(const Rect& r, int srcX, int srcY);
- virtual bool processFTMsg(int type);
-
ConnParams cp;
};
}