diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-29 19:45:00 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-29 19:45:00 +0000 |
commit | 7442e2473e41113ca0fbb40c7816267b3e5cbd16 (patch) | |
tree | 8c5c45039ad22f8be5d21fa97f6578fd6ec96c1f /protocols/WhatsApp/src/entities.h | |
parent | d2e609471178d3026f1c9ba140f4804b0ae12eb7 (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/entities.h')
-rw-r--r-- | protocols/WhatsApp/src/entities.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/protocols/WhatsApp/src/entities.h b/protocols/WhatsApp/src/entities.h index 7cf037792e..c55e3dfd8a 100644 --- a/protocols/WhatsApp/src/entities.h +++ b/protocols/WhatsApp/src/entities.h @@ -12,13 +12,6 @@ struct send_direct HANDLE msgid;
};
-struct send_typing
-{
- send_typing(MCONTACT hContact, const int status) : hContact(hContact), status(status) {}
- MCONTACT hContact;
- int status;
-};
-
struct input_box
{
tstring text;
|