mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Remove unused preprocessor placeholder
This commit is contained in:
@@ -74,10 +74,6 @@
|
|||||||
# error Unknown platform!
|
# error Unknown platform!
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef OPENRCT2_CUSTOM_INFO
|
|
||||||
# define OPENRCT2_CUSTOM_INFO ""
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern const char gVersionInfoFull[];
|
extern const char gVersionInfoFull[];
|
||||||
extern const char gVersionInfoTag[];
|
extern const char gVersionInfoTag[];
|
||||||
struct NewVersionInfo
|
struct NewVersionInfo
|
||||||
|
|||||||
@@ -472,8 +472,6 @@ static void PrintLaunchInformation()
|
|||||||
Console::WriteLine();
|
Console::WriteLine();
|
||||||
Console::WriteFormat("%s (%s)", OPENRCT2_PLATFORM, OPENRCT2_ARCHITECTURE);
|
Console::WriteFormat("%s (%s)", OPENRCT2_PLATFORM, OPENRCT2_ARCHITECTURE);
|
||||||
Console::WriteLine();
|
Console::WriteLine();
|
||||||
Console::WriteFormat("@ %s", OPENRCT2_CUSTOM_INFO);
|
|
||||||
Console::WriteLine();
|
|
||||||
Console::WriteLine();
|
Console::WriteLine();
|
||||||
|
|
||||||
// Print current time
|
// Print current time
|
||||||
|
|||||||
Reference in New Issue
Block a user