summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-29 19:43:24 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-29 19:43:24 +0100
commitd0796b4ab23122d5f01378743d93f8c75b19c35c (patch)
tree66c9e549d0f1ecb8be22ccb889e66c86e162f42a /src/settings.h
parentf53e5406d4292f484257178ec5733f6ceb116673 (diff)
Move settings around. Remove unused settings.
Diffstat (limited to 'src/settings.h')
-rw-r--r--src/settings.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/settings.h b/src/settings.h
index 96290f55..602ba4dd 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -83,22 +83,6 @@ public:
std::optional<QString> selectedProfileName() const;
void setSelectedProfileName(const QString& name);
- // load mechanism type
- //
- LoadMechanism::EMechanism loadMechanismType() const;
- void setLoadMechanism(LoadMechanism::EMechanism m);
-
- // load mechanism object
- //
- const LoadMechanism& loadMechanism() const;
- LoadMechanism& loadMechanism();
-
- // whether the user wants unchecked plugins (esp, esm) to be hidden from
- // the virtual data directory
- //
- bool hideUncheckedPlugins() const;
- void setHideUncheckedPlugins(bool b);
-
private:
QSettings& m_Settings;
const MOBase::IPluginGame* m_GamePlugin;