summaryrefslogtreecommitdiff
path: root/toxcore/tox.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.c')
-rw-r--r--toxcore/tox.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/toxcore/tox.c b/toxcore/tox.c
index 819a67dd..21854de4 100644
--- a/toxcore/tox.c
+++ b/toxcore/tox.c
@@ -831,11 +831,6 @@ int tox_hash(const Tox *tox, uint8_t *hash, const uint8_t *data, const uint32_t
831 return m_hash(hash, data, datalen); 831 return m_hash(hash, data, datalen);
832} 832}
833 833
834int tox_avatar_hash(const Tox *tox, uint8_t *hash, const uint8_t *data, const uint32_t datalen)
835{
836 return m_hash(hash, data, datalen);
837}
838
839int tox_request_avatar_info(const Tox *tox, const int32_t friendnumber) 834int tox_request_avatar_info(const Tox *tox, const int32_t friendnumber)
840{ 835{
841 const Messenger *m = tox; 836 const Messenger *m = tox;