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
-5
View File
@@ -856,11 +856,6 @@ int PASCAL HandledWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR pC
//Process the command line BEFORE initialization
ProcessJa2CommandLineBeforeInitialization( pCommandLine );
// Handle Check for CD
if ( !HandleJA2CDCheck( ) )
{
return( 0 );
}
// ShowCursor(FALSE);