mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-11 23:42:24 +00:00
[Cleanup] Remove GetDestination() from doors.h (#3078)
# Notes - This is unused.
This commit is contained in:
parent
3f1848b01a
commit
890ef696fe
@ -23,7 +23,6 @@ public:
|
|||||||
bool Process();
|
bool Process();
|
||||||
bool triggered;
|
bool triggered;
|
||||||
char *GetDoorName() { return m_door_name; }
|
char *GetDoorName() { return m_door_name; }
|
||||||
const glm::vec4 GetDestination() const { return m_destination; }
|
|
||||||
const glm::vec4 &GetPosition() const { return m_position; }
|
const glm::vec4 &GetPosition() const { return m_position; }
|
||||||
int GetDzSwitchID() const { return m_dz_switch_id; }
|
int GetDzSwitchID() const { return m_dz_switch_id; }
|
||||||
int GetIncline() { return m_incline; }
|
int GetIncline() { return m_incline; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user