mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-19 07:32:25 +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 triggered;
|
||||
char *GetDoorName() { return m_door_name; }
|
||||
const glm::vec4 GetDestination() const { return m_destination; }
|
||||
const glm::vec4 &GetPosition() const { return m_position; }
|
||||
int GetDzSwitchID() const { return m_dz_switch_id; }
|
||||
int GetIncline() { return m_incline; }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user