1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 01:22:25 +01:00

Remove unused preprocessor placeholder

This commit is contained in:
Hielke Morsink
2022-05-10 23:27:19 +02:00
committed by GitHub
parent b441cf768c
commit 33978451cd
2 changed files with 0 additions and 6 deletions

View File

@@ -74,10 +74,6 @@
# error Unknown platform!
#endif
#ifndef OPENRCT2_CUSTOM_INFO
# define OPENRCT2_CUSTOM_INFO ""
#endif
extern const char gVersionInfoFull[];
extern const char gVersionInfoTag[];
struct NewVersionInfo

View File

@@ -472,8 +472,6 @@ static void PrintLaunchInformation()
Console::WriteLine();
Console::WriteFormat("%s (%s)", OPENRCT2_PLATFORM, OPENRCT2_ARCHITECTURE);
Console::WriteLine();
Console::WriteFormat("@ %s", OPENRCT2_CUSTOM_INFO);
Console::WriteLine();
Console::WriteLine();
// Print current time