mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Remove unused code
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
7baac92f56
commit
0d7244d56f
1 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue