1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 14:54:30 +01:00

Remove commented-out code (#12834)

This commit is contained in:
Michael Steenbeek
2020-09-01 20:33:52 +02:00
committed by GitHub
parent f7acb84e42
commit 55722a7ad4
6 changed files with 0 additions and 25 deletions

View File

@@ -90,11 +90,6 @@ exitcode_t CommandLine::HandleCommandConvert(CommandLineArgEnumerator* enumerato
WriteConvertFromAndToMessage(sourceFileType, destinationFileType);
gOpenRCT2Headless = true;
// if (!openrct2_initialise())
// {
// Console::Error::WriteLine("Error while initialising OpenRCT2.");
// return EXITCODE_FAIL;
// }
try
{