[Cleanup] Remove m_inuse, m_z, and m_heading from object.h (#3083)

# Notes
- These are unsued.
This commit is contained in:
Alex King
2023-03-16 21:47:27 -04:00
committed by GitHub
parent 3624307385
commit 232b1028d7
2 changed files with 0 additions and 11 deletions
-3
View File
@@ -183,7 +183,6 @@ protected:
Object_Struct m_data; // Packet data
EQ::ItemInstance *m_inst; // Item representing object
bool m_inuse; // Currently in use by a client?
uint32 m_id; // Database key, different than drop_id
uint32 m_type; // Object Type, ie, forge, oven, dropped item, etc (ref: ContainerUseTypes)
uint32 m_icon; // Icon to use for forge, oven, etc
@@ -191,8 +190,6 @@ protected:
float m_max_y;
float m_min_x;
float m_min_y;
float m_z;
float m_heading;
bool m_ground_spawn;
char m_display_name[64];