[Cleanup] Remove GetMaxRank() from aa_ability.cpp/aa_ability.h (#3347)

# Notes
- This is unused.
This commit is contained in:
Alex King
2023-05-24 23:44:53 -04:00
committed by GitHub
parent 65fd323eab
commit bd95ed44fd
2 changed files with 3 additions and 16 deletions
-1
View File
@@ -37,7 +37,6 @@ public:
Ability() { }
~Ability() { }
Rank *GetMaxRank();
Rank *GetRankByPointsSpent(int current_level);
int GetMaxLevel(Mob *who);