diff options
Diffstat (limited to 'protocols/WhatsApp/src/WASocketConnection.h')
-rw-r--r-- | protocols/WhatsApp/src/WASocketConnection.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/WASocketConnection.h b/protocols/WhatsApp/src/WASocketConnection.h index 6f9d5f2426..802ba911b3 100644 --- a/protocols/WhatsApp/src/WASocketConnection.h +++ b/protocols/WhatsApp/src/WASocketConnection.h @@ -28,7 +28,6 @@ public: virtual void write(const std::vector<unsigned char>& b, int length);
// virtual void write(const std::vector<unsigned char>& bytes, int offset, int length);
virtual void makeNonBlock();
- virtual int waitForRead();
virtual void forceShutdown();
virtual void log(const char *prefix, const char *str);
|