Remove unused code

Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
TheKodeToad
2025-12-12 12:14:51 +00:00
parent 7baac92f56
commit 0d7244d56f

View File

@@ -112,11 +112,7 @@ struct Server {
QByteArray m_icon;
// Data - temporary
bool m_checked = false;
bool m_up = false;
QString m_motd; // https://mctools.org/motd-creator
std::optional<int> m_currentPlayers; // nullopt if not calculated/calculating
int m_maxPlayers = 0;
};
static std::unique_ptr<nbt::tag_compound> parseServersDat(const QString& filename)