removed currently unused code

This commit is contained in:
Václav Šmejkal 2022-04-23 18:19:39 +02:00
parent e598a93d5d
commit 8c930555d4

View File

@ -95,9 +95,6 @@ encryptText(char *text, char *keyNew)
for (int i = 0; i < (sizeof(textKeyChain) / sizeof(int)); i++) for (int i = 0; i < (sizeof(textKeyChain) / sizeof(int)); i++)
{ {
numberBuffer += countIntLength(textKeyChain[i]); numberBuffer += countIntLength(textKeyChain[i]);
//CHECK FOR MINUS
if (textKeyChain[i] < 0) numberBuffer++;
} }
//ALLOCATE returningText (WITH THE SEPARATORS) //ALLOCATE returningText (WITH THE SEPARATORS)