diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-09-14 17:50:50 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-09-14 17:50:50 +0000 |
commit | c88a84620596987aeb21e55b4eb3d71a4bf4d5d1 (patch) | |
tree | 93fb30e0da6e173a257fdaa93bb50e696f660426 /protocols/Tox/src/tox_proto.h | |
parent | 50096f107de419136ec3eb8a692759651994bb14 (diff) |
Tox:
- updated protocol icons
- updated tox core
git-svn-id: http://svn.miranda-ng.org/main/trunk@10447 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_proto.h')
-rw-r--r-- | protocols/Tox/src/tox_proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h index e18c98f7b6..6d19d708bc 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -153,7 +153,6 @@ private: // contacts
WORD GetContactStatus(MCONTACT hContact);
- bool IsContactOnline(MCONTACT hContact);
void SetContactStatus(MCONTACT hContact, WORD status);
void SetAllContactsStatus(WORD status);
|