diff options
author | aunsane <aunsane@gmail.com> | 2017-12-30 00:46:19 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-12-30 00:46:19 +0300 |
commit | 77ccb3558c67c83bd0ce5136b785467ef2697911 (patch) | |
tree | 6722366fb5b7b827355e608bd75b1a921530f1c8 /protocols/Tox/src/tox_proto.h | |
parent | cc65f8dbead036bfdd29d397195f9152839d4919 (diff) |
Tox: removed own realization of SetAllContactStatus
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 24896724d7..ad63844d6a 100644 --- a/protocols/Tox/src/tox_proto.h +++ b/protocols/Tox/src/tox_proto.h @@ -158,7 +158,6 @@ private: // contacts
WORD GetContactStatus(MCONTACT hContact);
void SetContactStatus(MCONTACT hContact, WORD status);
- void SetAllContactsStatus(WORD status);
MCONTACT GetContact(const Tox *tox, const int friendNumber);
MCONTACT GetContact(const char *pubKey);
|