diff options
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/game_text.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/game_text.hpp b/src/game/game_text.hpp index 19a31049e..14da7d9b2 100644 --- a/src/game/game_text.hpp +++ b/src/game/game_text.hpp @@ -14,9 +14,6 @@ #include "../core/smallvec_type.hpp" -/** The tab we place our strings in. */ -static const uint GAME_TEXT_TAB = 18; - const char *GetGameStringPtr(uint id); void RegisterGameTranslation(class Squirrel *engine); void ReconsiderGameScriptLanguage(); |