Remove unused constant

This commit is contained in:
Ted John 2016-10-30 13:57:38 +00:00
parent 91ef540c25
commit 3af07f6e00
1 changed files with 0 additions and 1 deletions

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;