Remove useless CD check

This commit is contained in:
Asdow
2024-08-15 22:04:55 +03:00
parent 23bf32e4ad
commit eed4156d48
4 changed files with 0 additions and 68 deletions
-3
View File
@@ -22,9 +22,6 @@ BOOLEAN IfWin95(void);
void HandleLimitedNumExecutions( );
BOOLEAN HandleJA2CDCheck( );
BOOLEAN HandleJA2CDCheckTwo( );
// WANNE: This method replaces characters in a given text with new characters
STR8 Replace(STR8 string, STR8 oldpiece, STR8 newpiece);