diff options
Diffstat (limited to 'src/client/client.h')
-rw-r--r-- | src/client/client.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/client/client.h b/src/client/client.h index f7a9030bc..3e346369b 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -418,11 +418,6 @@ public: return false; } - inline std::unordered_map<u32, u32> &getHUDTranslationMap() - { - return m_hud_server_to_client; - } - bool joinModChannel(const std::string &channel) override; bool leaveModChannel(const std::string &channel) override; bool sendModChannelMessage(const std::string &channel, @@ -562,9 +557,6 @@ private: // Relation of client id to object id std::unordered_map<int, u16> m_sounds_to_objects; - // Map server hud ids to client hud ids - std::unordered_map<u32, u32> m_hud_server_to_client; - // Privileges std::unordered_set<std::string> m_privileges; |