From cac4b750ead78650ad92a3e9d8e42b4d1e4b31a9 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 20 Mar 2009 16:06:46 +0000 Subject: [PATCH] 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 --- common/rfb/CMsgHandler.cxx | 6 ------ common/rfb/CMsgHandler.h | 2 -- 2 files changed, 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; }; } -- 2.39.5