1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 12:06:45 +02:00

Remove file transfer timeoutes, and remove a couple unused functions

This commit is contained in:
Jfreegman
2016-02-25 17:58:02 -05:00
parent a474e3bf39
commit 2e609c46f6
4 changed files with 0 additions and 73 deletions

View File

@ -887,7 +887,6 @@ static void do_toxic(Tox *m, ToxWindow *prompt)
tox_iterate(m);
do_bootstrap(m);
check_file_transfer_timeouts(m);
pthread_mutex_unlock(&Winthread.lock);
}