summaryrefslogtreecommitdiff
path: root/src/settingsdialogworkarounds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settingsdialogworkarounds.cpp')
-rw-r--r--src/settingsdialogworkarounds.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/settingsdialogworkarounds.cpp b/src/settingsdialogworkarounds.cpp
index 4cca5fd4..9ac46ac1 100644
--- a/src/settingsdialogworkarounds.cpp
+++ b/src/settingsdialogworkarounds.cpp
@@ -18,20 +18,6 @@ WorkaroundsSettingsTab::WorkaroundsSettingsTab(Settings *m_parent, SettingsDialo
}
}
- if (m_parent->loadMechanism().isScriptExtenderSupported()) {
- ui->mechanismBox->addItem(QObject::tr("Script Extender"), LoadMechanism::LOAD_SCRIPTEXTENDER);
- if (mechanismID == LoadMechanism::LOAD_SCRIPTEXTENDER) {
- index = ui->mechanismBox->count() - 1;
- }
- }
-
- if (m_parent->loadMechanism().isProxyDLLSupported()) {
- ui->mechanismBox->addItem(QObject::tr("Proxy DLL"), LoadMechanism::LOAD_PROXYDLL);
- if (mechanismID == LoadMechanism::LOAD_PROXYDLL) {
- index = ui->mechanismBox->count() - 1;
- }
- }
-
ui->mechanismBox->setCurrentIndex(index);
ui->hideUncheckedBox->setChecked(m_parent->hideUncheckedPlugins());