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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user