mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
[Cleanup] Remove unused code in emu_constants.h (#4384)
# Description - Remove unused code that was missed as a result of resolving merge conflicts and this being left behind.
This commit is contained in:
parent
0b2493beb8
commit
abc8c3d886
@ -374,9 +374,6 @@ namespace EQ
|
||||
extern const std::map<int8, std::string>& GetFlyModeMap();
|
||||
std::string GetFlyModeName(int8 flymode_id);
|
||||
|
||||
extern const std::map<uint8, std::string>& GetAccountStatusMap();
|
||||
std::string GetAccountStatusName(uint8 account_status);
|
||||
|
||||
extern const std::map<uint8, std::string>& GetConsiderLevelMap();
|
||||
std::string GetConsiderLevelName(uint8 consider_level);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user