From 9fb639a00e1a809a9ea9b5e68777ec46f534761c Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Sun, 24 May 2020 13:27:40 +0200 Subject: Update ModInfo to use a single file tree for all content-related operations. --- src/modinfo.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/modinfo.cpp') diff --git a/src/modinfo.cpp b/src/modinfo.cpp index 379fa071..0dd113c5 100644 --- a/src/modinfo.cpp +++ b/src/modinfo.cpp @@ -306,7 +306,7 @@ void ModInfo::updateIndices() ModInfo::ModInfo(PluginContainer *pluginContainer) - : m_Valid(false), m_PrimaryCategory(-1) + : m_PrimaryCategory(-1) { } @@ -528,11 +528,6 @@ bool ModInfo::categorySet(int categoryID) const return false; } -void ModInfo::testValid() -{ - m_Valid = doTestValid(); -} - QUrl ModInfo::parseCustomURL() const { if (!hasCustomURL() || getCustomURL().isEmpty()) { -- cgit v1.3.1