summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 790960e1..21c8f2aa 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -365,7 +365,6 @@ private slots:
void visitOnNexus_clicked(int modIndex);
void visitWebPage_clicked(int modIndex);
void visitNexusOrWebPage_clicked(int modIndex);
- void openExplorer_clicked(int modIndex);
void openPluginOriginExplorer_clicked();
void openOriginInformation_clicked();
void information_clicked(int modIndex);
@@ -390,17 +389,6 @@ private slots:
BSA::EErrorCode extractBSA(BSA::Archive &archive, BSA::Folder::Ptr folder, const QString &destination, QProgressDialog &extractProgress);
- void createModFromOverwrite();
- /**
- * @brief sends the content of the overwrite folder to an already existing mod
- */
- void moveOverwriteContentToExistingMod();
- /**
- * @brief actually sends the content of the overwrite folder to specified mod
- */
- void doMoveOverwriteContentToMod(const QString &modAbsolutePath);
- void clearOverwrite();
-
// nexus related
void checkModsForUpdates();