From 3af07f6e00145f0c0f670a87e24cdef86a31f05d Mon Sep 17 00:00:00 2001 From: Ted John Date: Sun, 30 Oct 2016 13:57:38 +0000 Subject: [PATCH] Remove unused constant --- src/localisation/language.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/localisation/language.cpp b/src/localisation/language.cpp index 04cd6577e3..7b8164d4e6 100644 --- a/src/localisation/language.cpp +++ b/src/localisation/language.cpp @@ -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;