1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 15:57:45 +02:00

don't need that

This commit is contained in:
Jfreegman 2013-11-28 20:24:44 -05:00
parent d29e5dbe48
commit 8584667ec9

View File

@ -127,7 +127,6 @@ uint8_t num_file_senders;
typedef struct {
uint8_t filenames[MAX_FILES][MAX_STR_SIZE];
bool pending[MAX_FILES];
bool active[MAX_FILES];
} FileReceiver;
/* End file transfer code */