diff options
Diffstat (limited to 'common/rfb/CMsgHandler.cxx')
-rw-r--r-- | common/rfb/CMsgHandler.cxx | 6 |
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; -} - |