[Cleanup] Delete message.h (#3348)

# Notes
- This is unsued.
This commit is contained in:
Alex King 2023-05-17 09:00:38 -04:00 committed by GitHub
parent c93054421f
commit 20bed20f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

@ -228,7 +228,6 @@ SET(zone_headers
lua_stat_bonuses.h
map.h
masterentity.h
message.h
merc.h
mob.h
mob_movement_manager.h

View File

@ -1,7 +0,0 @@
struct Msg {
int id;
char* Sender;
char* Subject;
char* Body;
char* Date;
};