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 e6dcc472a6..95b30c274c 100644 --- a/protocols/WhatsApp/src/WASocketConnection.h +++ b/protocols/WhatsApp/src/WASocketConnection.h @@ -31,7 +31,6 @@ public: int waitForRead();
void forceShutdown();
- void dump(const void *buf, int length);
void log(const char *str);
static void initNetwork(HANDLE hNetlibUser) throw (WAException);
|