diff -r 15986eb6c500 -r 25f95128741d windowing/windowserver/nga/SERVER/openwfc/CLIENT.H --- a/windowing/windowserver/nga/SERVER/openwfc/CLIENT.H Wed Mar 31 23:34:07 2010 +0300 +++ b/windowing/windowserver/nga/SERVER/openwfc/CLIENT.H Wed Apr 14 17:19:46 2010 +0300 @@ -186,7 +186,6 @@ // Service client commands by dispatching them to the object associated with the op code void DoServiceL(const RMessage2& aMessage, TBool& aCompleteRequest); void DoServiceCommandBuf(); - static TInt DoContinueDeferredServiceOfCommandBuf(TAny* aClient); void DispatchCommandsInBufL(); void CompleteMessage(const RMessage2& aMessage,TInt aReason); @@ -302,7 +301,6 @@ static TBuf8 iCmdBuf; // Buffer contain a block of client commands static CWsObject* iDestObj; // Current object client command is for static const TUint8* iNextCmd; // Pointer in buffer to the next command to be processed - static CIdle* iMoreCommands; // Active object responsible for executing more client commands static TInt iDefaultSystemPointerCursorIndex; // Negative when there isn't one static CWsPointerCursor* iDefaultSystemPointerCursor;