mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
rbutil: Rework server info data handling.
Remove map that isn't used anymore. Change-Id: I771a98c9b64f3dac36e71041c566b89fbea51e06
This commit is contained in:
parent
497618e51e
commit
f8fb4274ee
2 changed files with 0 additions and 4 deletions
|
|
@ -42,8 +42,6 @@ const static struct {
|
|||
{ ServerInfo::CurDevelUrl, "", "" },
|
||||
};
|
||||
|
||||
QMap<QString, QVariant> ServerInfo::serverInfos;
|
||||
|
||||
void ServerInfo::readBuildInfo(QString file)
|
||||
{
|
||||
if (serverSettings)
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue