]> source.dussan.org Git - tigervnc.git/commitdiff
Remove file transfer callback that was left behind.
authorPierre Ossman <ossman@cendio.se>
Fri, 20 Mar 2009 16:06:46 +0000 (16:06 +0000)
committerPierre Ossman <ossman@cendio.se>
Fri, 20 Mar 2009 16:06:46 +0000 (16:06 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3703 3789f03b-4d11-0410-bbf8-ca57d06f2519

common/rfb/CMsgHandler.cxx
common/rfb/CMsgHandler.h

index f459d18fd0617b494d90591b98b9e62bc1929cd6..4188964c7224e3e06ed738ddf2784b287ceb1c14 100644 (file)
@@ -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;
-}
-
index 36fc48ef3905afe961f5092b88d14483299ab9a7..79ee86c46d3f55263ed58fa2a89fcbf6969582ce 100644 (file)
@@ -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;
   };
 }