summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-31 22:45:57 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:18 +0100
commit91081315cf7b654f5defe855dea3dc1f71b0962c (patch)
tree5bf6a0a7e23e3f18a0e0528e94a9f468fe362654 /src/mainwindow.h
parent5d82e9cfeced490060f9c4544ba1ea1ca623c42c (diff)
Remove unused methods.
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 404df36b..c6e94aa9 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -124,9 +124,6 @@ public:
bool addProfile();
void updateBSAList(const QStringList &defaultArchives, const QStringList &activeArchives);
- void setModListSorting(int index);
- void setESPListSorting(int index);
-
void saveArchiveList();
void installTranslator(const QString &name);
@@ -214,16 +211,12 @@ private:
bool errorReported(QString &logFile);
- void updateESPLock(int espIndex, bool locked);
-
static void setupNetworkProxy(bool activate);
void activateProxy(bool activate);
bool createBackup(const QString &filePath, const QDateTime &time);
QString queryRestore(const QString &filePath);
- void addPluginSendToContextMenu(QMenu *menu);
-
QMenu *openFolderMenu();
void dropLocalFile(const QUrl &url, const QString &outputDir, bool move);