From 77ccb3558c67c83bd0ce5136b785467ef2697911 Mon Sep 17 00:00:00 2001 From: aunsane Date: Sat, 30 Dec 2017 00:46:19 +0300 Subject: Tox: removed own realization of SetAllContactStatus --- protocols/Tox/src/tox_proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'protocols/Tox/src/tox_proto.h') 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); -- cgit v1.2.3