1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Remove unused constant

This commit is contained in:
Ted John
2016-10-30 13:57:38 +00:00
parent 91ef540c25
commit 3af07f6e00

View File

@@ -274,7 +274,6 @@ void language_close_all()
gCurrentLanguage = LANGUAGE_UNDEFINED;
}
constexpr rct_string_id STEX_BASE_STRING_ID = 3447;
constexpr rct_string_id NONSTEX_BASE_STRING_ID = 3463;
constexpr uint16 MAX_OBJECT_CACHED_STRINGS = 2048;