summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-29 20:09:14 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-29 20:09:14 +0100
commit76989e2b8f6dc3cea2c2e90813feb86af2ecad14 (patch)
tree7c4184886251cf91ac0a6ad18d4a6641e6535b07 /src/settings.h
parent7610e3139408a8947795140a14a6bd396d4e0f71 (diff)
Remove LoadMechanism completely.
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/settings.h b/src/settings.h
index 602ba4dd..6ddee308 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -20,7 +20,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#ifndef SETTINGS_H
#define SETTINGS_H
-#include "loadmechanism.h"
#include "envdump.h"
#include <filterwidget.h>
#include <lootcli/lootcli.h>
@@ -86,7 +85,6 @@ public:
private:
QSettings& m_Settings;
const MOBase::IPluginGame* m_GamePlugin;
- LoadMechanism m_LoadMechanism;
};