diff --git a/Source/player.cpp b/Source/player.cpp index 7f6d3a62e..d419f803f 100644 --- a/Source/player.cpp +++ b/Source/player.cpp @@ -514,18 +514,6 @@ void InitPlayerGFX(int pnum) } } -static HeroClass GetPlrGFXClass(HeroClass c) -{ - switch (c) { - case HeroClass::Bard: - return hfbard_mpq == nullptr ? HeroClass::Rogue : c; - case HeroClass::Barbarian: - return hfbarb_mpq == nullptr ? HeroClass::Warrior : c; - default: - return c; - } -} - void ResetPlayerGFX(PlayerStruct &player) { player.AnimInfo.pCelSprite = nullptr;