summaryrefslogtreecommitdiff
path: root/src/installationmanager.h
diff options
context:
space:
mode:
authorMikaƫl Capelle <capelle.mikael@gmail.com>2020-12-02 09:09:38 +0100
committerGitHub <noreply@github.com>2020-12-02 09:09:38 +0100
commitb8bc0f7ab328d839a371fa0f3c11edf035407847 (patch)
treed0ad4f42f504f62d876955d8b83b82f8d7e5a826 /src/installationmanager.h
parent5ff024b77c817690010aecacf1fb7ed545f4678f (diff)
parentad17210d7a6527d50786fbe60758e74e3c62abcb (diff)
Merge pull request #1310 from Holt59/fix-mod-extensions-check-for-install
Compute supported extensions dynamically in installation and download managers.
Diffstat (limited to 'src/installationmanager.h')
-rw-r--r--src/installationmanager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/installationmanager.h b/src/installationmanager.h
index 145abdb6..2378178a 100644
--- a/src/installationmanager.h
+++ b/src/installationmanager.h
@@ -296,7 +296,6 @@ private:
QString m_DownloadsDirectory;
std::vector<MOBase::IPluginInstaller*> m_Installers;
- std::set<QString, CaseInsensitive> m_SupportedExtensions;
// Archive management.
std::unique_ptr<Archive> m_ArchiveHandler;