[Cleanup] Remove SendAATimer() from zone/entity.h (#3388)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-06-12 16:11:32 -04:00 committed by GitHub
parent 8e33755f02
commit 849e7b910d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -267,7 +267,6 @@ public:
void ClearAreas();
void ReloadMerchants();
void ProcessProximitySay(const char *message, Client *c, uint8 language = 0);
void SendAATimer(uint32 charid,UseAA_Struct* uaa);
Doors *FindDoor(uint8 door_id);
Object *FindObject(uint32 object_id);
Object* FindNearbyObject(float x, float y, float z, float radius);