rbutil: Rework server info data handling.

Remove map that isn't used anymore.

Change-Id: I771a98c9b64f3dac36e71041c566b89fbea51e06
This commit is contained in:
Dominik Riebeling 2020-11-16 21:47:13 +01:00
parent 497618e51e
commit f8fb4274ee
2 changed files with 0 additions and 4 deletions

View file

@ -42,8 +42,6 @@ const static struct {
{ ServerInfo::CurDevelUrl, "", "" },
};
QMap<QString, QVariant> ServerInfo::serverInfos;
void ServerInfo::readBuildInfo(QString file)
{
if (serverSettings)

View file

@ -58,8 +58,6 @@ class ServerInfo : public QObject
//! you shouldnt call this, its a fully static class
ServerInfo() {}
//! map of server infos
static QMap<QString, QVariant> serverInfos;
};