summaryrefslogtreecommitdiff
path: root/src/settings.h
diff options
context:
space:
mode:
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;