[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:
Alex King 2024-06-14 12:59:13 -04:00 committed by GitHub
parent 0b2493beb8
commit abc8c3d886
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);