Removed unused function #4601
This commit is contained in:
parent
c22e327eed
commit
8b49eb6595
|
@ -43,20 +43,6 @@ ClientProxy1_6::~ClientProxy1_6()
|
|||
{
|
||||
}
|
||||
|
||||
bool
|
||||
ClientProxy1_6::parseMessage(const UInt8* code)
|
||||
{
|
||||
//TODO:: parse data tansfer
|
||||
if (memcmp(code, kMsgDFileTransfer, 4) == 0) {
|
||||
fileChunkReceived();
|
||||
}
|
||||
else {
|
||||
return ClientProxy1_5::parseMessage(code);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
void
|
||||
ClientProxy1_6::setClipboard(ClipboardID id, const IClipboard* clipboard)
|
||||
{
|
||||
|
|
|
@ -28,7 +28,6 @@ public:
|
|||
ClientProxy1_6(const String& name, synergy::IStream* adoptedStream, Server* server, IEventQueue* events);
|
||||
~ClientProxy1_6();
|
||||
|
||||
virtual bool parseMessage(const UInt8* code);
|
||||
virtual void setClipboard(ClipboardID id, const IClipboard* clipboard);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue