From e3506fe66886912cee16a91793d17010a87eecef Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 10 Feb 2015 21:27:38 +0000 Subject: various rudiments & atavisms exterminated git-svn-id: http://svn.miranda-ng.org/main/trunk@12085 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h | 1 - 1 file changed, 1 deletion(-) (limited to 'protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h') diff --git a/protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h b/protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h index 1aa9d92a49..3ae7932e95 100644 --- a/protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h +++ b/protocols/WhatsApp/src/WhatsAPI++/ISocketConnection.h @@ -13,7 +13,6 @@ public: virtual unsigned char read() = 0; virtual void flush() = 0; virtual void write(const std::vector& b, int length) = 0; - virtual void write(const std::vector& bytes, int offset, int length) = 0; virtual int read(unsigned char*, int length) = 0; virtual int read(std::vector& b, int off, int length) = 0; virtual void makeNonBlock() = 0; -- cgit v1.2.3