summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.cpp6
-rw-r--r--src/mainwindow.h2
2 files changed, 0 insertions, 8 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index df4a875e..b000ba57 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -2478,12 +2478,6 @@ void MainWindow::updatePluginCount()
);
}
-void MainWindow::cancelModListEditor()
-{
- ui->modList->setEnabled(false);
- ui->modList->setEnabled(true);
-}
-
void MainWindow::openOriginInformation_clicked()
{
try {
diff --git a/src/mainwindow.h b/src/mainwindow.h
index d07fe54c..75e7124c 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -374,8 +374,6 @@ private slots:
void hookUpWindowTutorials();
bool shouldStartTutorial() const;
- void cancelModListEditor();
-
void openInstanceFolder();
void openLogsFolder();
void openInstallFolder();