diff options
Diffstat (limited to 'src/RankManager.h')
-rw-r--r-- | src/RankManager.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/RankManager.h b/src/RankManager.h index e2600dde0..283713eeb 100644 --- a/src/RankManager.h +++ b/src/RankManager.h @@ -273,11 +273,6 @@ protected: /** Set to true once the manager is initialized. */ bool m_IsInitialized; - /** The MojangAPI instance that is used for keeping player names and UUIDs in sync. - Set in Initialize(), may be nullptr. */ - cMojangAPI * m_MojangAPI; - - /** Returns true if all the DB tables are empty, indicating a fresh new install. */ bool AreDBTablesEmpty(void); |