[Cleanup] Remove GetDamageMultiplier() from client.h (#3001)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-02-25 19:50:42 -05:00 committed by GitHub
parent 7f01bb509c
commit 0980a780d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1586,7 +1586,6 @@ public:
void SetAccountFlag(std::string flag, std::string val);
std::string GetAccountFlag(std::string flag);
void SetGMStatus(int16 new_status);
float GetDamageMultiplier(EQ::skills::SkillType how_long_has_this_been_missing);
void Consume(const EQ::ItemData *item, uint8 type, int16 slot, bool auto_consume);
void PlayMP3(const char* fname);
void ExpeditionSay(const char *str, int ExpID);