mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 13:26:58 +03:00
NOISSUE remove unused 'INetworkValidator'
This commit is contained in:
parent
f56983e5ca
commit
ff8f495d44
2 changed files with 2 additions and 39 deletions
|
|
@ -15,15 +15,6 @@ static void readString(const QJsonObject &root, const QString &key, QString &var
|
|||
}
|
||||
}
|
||||
|
||||
static QString readStringRet(const QJsonObject &root, const QString &key)
|
||||
{
|
||||
if (root.contains(key))
|
||||
{
|
||||
return requireString(root.value(key));
|
||||
}
|
||||
return QString();
|
||||
}
|
||||
|
||||
LibraryPtr OneSixVersionFormat::libraryFromJson(const QJsonObject &libObj, const QString &filename)
|
||||
{
|
||||
LibraryPtr out = MojangVersionFormat::libraryFromJson(libObj, filename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue