From 33978451cdd81b56773ada7d5ce75e40258348d4 Mon Sep 17 00:00:00 2001 From: Hielke Morsink Date: Tue, 10 May 2022 23:27:19 +0200 Subject: [PATCH] Remove unused preprocessor placeholder --- src/openrct2/Version.h | 4 ---- src/openrct2/cmdline/RootCommands.cpp | 2 -- 2 files changed, 6 deletions(-) diff --git a/src/openrct2/Version.h b/src/openrct2/Version.h index 4208cd2395..f37fb186a7 100644 --- a/src/openrct2/Version.h +++ b/src/openrct2/Version.h @@ -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 diff --git a/src/openrct2/cmdline/RootCommands.cpp b/src/openrct2/cmdline/RootCommands.cpp index 010b5566af..4fb3aa82ff 100644 --- a/src/openrct2/cmdline/RootCommands.cpp +++ b/src/openrct2/cmdline/RootCommands.cpp @@ -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