removed deprecated flags, cuz I forgot to do it

maan
This commit is contained in:
Václav Šmejkal 2022-05-25 17:42:49 +02:00
parent a8c3c5f28a
commit a517ec48dd

View File

@ -37,9 +37,6 @@ typedef struct
//VARIABLES //VARIABLES
static int keyLength = 50; //LENGTH OF KEY > DO NOT TOUCH THIS < static int keyLength = 50; //LENGTH OF KEY > DO NOT TOUCH THIS <
static int skipCheck = 0; //BOOLEAN FOR SKIPPING VERSION CHECK
static int noOutput = 0; //BOOLEAN FOR NOT PRINTING OUTPUT WHEN ENCRYPTING/DECRYPTING
//GETTERS //GETTERS
int getKeyLength(); int getKeyLength();