[Cleanup] Remove IsMeleeDmg() from skills.cpp/skills.h (#3279)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-04-14 19:42:14 -04:00
committed by GitHub
parent 0cc76ab489
commit 011de2692e
2 changed files with 0 additions and 28 deletions
-1
View File
@@ -168,7 +168,6 @@ namespace EQ
bool IsBardInstrumentSkill(SkillType skill);
bool IsCastingSkill(SkillType skill);
int32 GetBaseDamage(SkillType skill);
bool IsMeleeDmg(SkillType skill);
extern const std::map<SkillType, std::string>& GetSkillTypeMap();
extern const std::vector<SkillType>& GetExtraDamageSkills();