diff --git a/src/toxic_windows.h b/src/toxic_windows.h index e589e01..b81f0d5 100644 --- a/src/toxic_windows.h +++ b/src/toxic_windows.h @@ -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 */