From e49a7bf7aa8caa6bd47feff3e581aff65ce9f6b0 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Fri, 20 Mar 2009 10:02:31 +0000 Subject: Move the SetDesktopName parser into CMsgReaderV3 to keep with the separation of old and new features. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3696 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/rfb/CMsgReader.h | 1 - 1 file changed, 1 deletion(-) (limited to 'common/rfb/CMsgReader.h') diff --git a/common/rfb/CMsgReader.h b/common/rfb/CMsgReader.h index ebf69da1..7a611fc8 100644 --- a/common/rfb/CMsgReader.h +++ b/common/rfb/CMsgReader.h @@ -60,7 +60,6 @@ namespace rfb { virtual void readCopyRect(const Rect& r); virtual void readSetCursor(int width, int height, const Point& hotspot); - virtual void readSetDesktopName(int x, int y, int w, int h); CMsgReader(CMsgHandler* handler, rdr::InStream* is); -- cgit v1.2.3