[Cleanup] Remove GetDestination() from doors.h (#3078)

# Notes
- This is unused.
This commit is contained in:
Alex King 2023-03-16 20:47:40 -04:00 committed by GitHub
parent 3f1848b01a
commit 890ef696fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; }