summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-01-29 19:45:00 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-01-29 19:45:00 +0000
commit7442e2473e41113ca0fbb40c7816267b3e5cbd16 (patch)
tree8c5c45039ad22f8be5d21fa97f6578fd6ec96c1f /protocols/WhatsApp/src/proto.h
parentd2e609471178d3026f1c9ba140f4804b0ae12eb7 (diff)
fix for user typing notifications
git-svn-id: http://svn.miranda-ng.org/main/trunk@11953 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src/proto.h')
-rw-r--r--protocols/WhatsApp/src/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/WhatsApp/src/proto.h b/protocols/WhatsApp/src/proto.h
index 09e98b8a7c..cff4d14f65 100644
--- a/protocols/WhatsApp/src/proto.h
+++ b/protocols/WhatsApp/src/proto.h
@@ -103,8 +103,6 @@ public:
//////////////////////////////////////////////////////////////////////////////////////
// Worker Threads
- void __cdecl SendMsgWorker(void*);
- void __cdecl SendTypingWorker(void*);
void __cdecl SendGetGroupInfoWorker(void*);
void __cdecl SendSetGroupNameWorker(void*);
void __cdecl SendCreateGroupWorker(void*);