From a56e2bccd0bbeac71e3fa4c406ae5ec5f8e578a8 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 26 Feb 2017 19:40:53 +0000 Subject: (svn r27756) -Codechange: Add StringTab enum --- src/game/game_text.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/game/game_text.hpp') 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(); -- cgit v1.2.3-54-g00ecf