Removed extra code
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
f738d7566e
commit
248920a221
9 changed files with 18 additions and 53 deletions
|
@ -95,7 +95,6 @@ struct IndexedPack {
|
|||
|
||||
bool versionsLoaded = false;
|
||||
QVector<IndexedVersion> versions;
|
||||
QVariant loadedFileId; // to check for already downloaded mods
|
||||
|
||||
// Don't load by default, since some modplatform don't have that info
|
||||
bool extraDataLoaded = true;
|
||||
|
@ -111,8 +110,6 @@ struct IndexedPack {
|
|||
}
|
||||
[[nodiscard]] bool isAnyVersionSelected() const
|
||||
{
|
||||
if (loadedFileId.isValid())
|
||||
return true;
|
||||
if (!versionsLoaded)
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue