1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 22:26:45 +02:00

improve call duration string & remove a couple unused functions

This commit is contained in:
Jfreegman
2014-06-24 01:54:08 -04:00
parent 490c80dae9
commit 7ac7713268
5 changed files with 61 additions and 114 deletions

View File

@ -29,8 +29,6 @@
#include "windows.h"
#include "file_senders.h"
#define TIME_STR_SIZE 16
struct FileReceiver {
uint8_t filenames[MAX_FILES][MAX_STR_SIZE];
FILE *files[MAX_FILES];