mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
chore: clean up after new compiler warnings
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
7e0e1ec51d
commit
cc41b039e6
25 changed files with 74 additions and 78 deletions
|
|
@ -274,7 +274,6 @@ void readIndex(const QString & path, QMap<QString, Language>& languages)
|
|||
return;
|
||||
}
|
||||
|
||||
int index = 1;
|
||||
try
|
||||
{
|
||||
auto toplevel_doc = Json::requireDocument(data);
|
||||
|
|
@ -307,7 +306,6 @@ void readIndex(const QString & path, QMap<QString, Language>& languages)
|
|||
lang.file_size = Json::requireInteger(langObj, "size");
|
||||
|
||||
languages.insert(lang.key, lang);
|
||||
index++;
|
||||
}
|
||||
}
|
||||
catch (Json::JsonException & e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue