Removed unused file 'message.h'

This commit is contained in:
Drajor
2014-06-10 03:51:57 +10:00
parent 59f6a3a6cf
commit d042a9d572
2 changed files with 0 additions and 8 deletions
-1
View File
@@ -164,7 +164,6 @@ SET(zone_headers
lua_spell.h lua_spell.h
map.h map.h
masterentity.h masterentity.h
message.h
merc.h merc.h
mob.h mob.h
net.h net.h
-7
View File
@@ -1,7 +0,0 @@
struct Msg {
int id;
char* Sender;
char* Subject;
char* Body;
char* Date;
};