From 8584667ec963a8d176a4d595648aa10ebeb668f1 Mon Sep 17 00:00:00 2001 From: Jfreegman Date: Thu, 28 Nov 2013 20:24:44 -0500 Subject: [PATCH] don't need that --- src/toxic_windows.h | 1 - 1 file changed, 1 deletion(-) 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 */