aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Chat.h')
-rw-r--r--src/game/Chat.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h
index 96b813bfe8a..26e3a3a969a 100644
--- a/src/game/Chat.h
+++ b/src/game/Chat.h
@@ -28,19 +28,6 @@ class Player;
class Unit;
struct GameTele;
-struct LanguageDesc
-{
- Language lang_id;
- uint32 spell_id;
- uint32 skill_id;
-};
-
-extern LanguageDesc lang_description[LANGUAGES_COUNT];
-
-LanguageDesc const* GetLanguageDescByID(uint32 lang);
-LanguageDesc const* GetLanguageDescBySpell(uint32 spell_id);
-LanguageDesc const* GetLanguageDescBySkill(uint32 skill_id);
-
class ChatCommand
{
public: