removed currently unused code
This commit is contained in:
parent
e598a93d5d
commit
8c930555d4
@ -95,9 +95,6 @@ encryptText(char *text, char *keyNew)
|
||||
for (int i = 0; i < (sizeof(textKeyChain) / sizeof(int)); i++)
|
||||
{
|
||||
numberBuffer += countIntLength(textKeyChain[i]);
|
||||
|
||||
//CHECK FOR MINUS
|
||||
if (textKeyChain[i] < 0) numberBuffer++;
|
||||
}
|
||||
|
||||
//ALLOCATE returningText (WITH THE SEPARATORS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user