diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-01 20:51:12 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-01 20:51:12 +0300 |
commit | 40203d30ad1a569cfea61442782393b200e9fbe3 (patch) | |
tree | 31b453500e6cc6c5bd5a7143f80ac941af5e7f71 /protocols/WhatsApp/src/WASocketConnection.h | |
parent | 06fc3d811d71a44b92d45e1263e5fb0099a7304e (diff) |
warning fix
Diffstat (limited to 'protocols/WhatsApp/src/WASocketConnection.h')
-rw-r--r-- | protocols/WhatsApp/src/WASocketConnection.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/WhatsApp/src/WASocketConnection.h b/protocols/WhatsApp/src/WASocketConnection.h index 802ba911b3..8770582ce7 100644 --- a/protocols/WhatsApp/src/WASocketConnection.h +++ b/protocols/WhatsApp/src/WASocketConnection.h @@ -6,10 +6,6 @@ class WASocketConnection : public ISocketConnection
{
-public:
- static HANDLE hNetlibUser;
-
-private:
int readSize;
int maxBufRead;
bool connected;
|