1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-16 15:46:35 +01:00

file sender thread was a failed experiment - do_file_senders should only be called once per tox_do iteration

This commit is contained in:
Jfreegman
2014-06-30 02:40:58 -04:00
parent a194f7ad87
commit 7ae807002e
3 changed files with 3 additions and 29 deletions

View File

@@ -67,11 +67,6 @@ struct _Winthread {
pthread_mutex_t lock;
};
struct _FSenderThread {
pthread_t tid;
pthread_mutex_t lock;
};
typedef struct ToxWindow ToxWindow;
typedef struct StatusBar StatusBar;
typedef struct PromptBuf PromptBuf;