From 126e56420e47d72cc950d03976ee57d1efda436e Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 13 Feb 2014 14:40:25 +0100 Subject: Store the mouse cursor in the ConnParams object Like we do for everything else. This also gets rid of the callback, which is a bit out of place compared to everything else. --- common/rfb/VNCSConnectionST.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'common/rfb/VNCSConnectionST.h') diff --git a/common/rfb/VNCSConnectionST.h b/common/rfb/VNCSConnectionST.h index ca5c4f01..c918c599 100644 --- a/common/rfb/VNCSConnectionST.h +++ b/common/rfb/VNCSConnectionST.h @@ -40,7 +40,6 @@ namespace rfb { class Encoder; class VNCSConnectionST : public SConnection, - public WriteSetCursorCallback, public Timer::Callback { public: VNCSConnectionST(VNCServerST* server_, network::Socket* s, bool reverse); @@ -152,9 +151,6 @@ namespace rfb { // default access settings and the connection's access settings. virtual void setAccessRights(AccessRights ar) {accessRights=ar;} - // WriteSetCursorCallback - virtual void writeSetCursorCallback(); - // Timer callbacks virtual bool handleTimeout(Timer* t); -- cgit v1.2.3