mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-10 13:45:49 +08:00
Removed unused function #4601
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user