summaryrefslogtreecommitdiff
path: root/src/modinfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modinfo.cpp')
-rw-r--r--src/modinfo.cpp7
1 files changed, 1 insertions, 6 deletions
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()) {