summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-09-11 23:34:54 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-09-11 23:34:54 -0400
commit06218502ed5379555eda1504e6b05f2ef6dfb292 (patch)
tree801c9efe4021ad1fc7e0c16f94c5a8111f80fc8c /src/mainwindow.h
parent09f98576e882a5fef68cdefdff939834a8782eaa (diff)
fixes for ExpanderWidget
removed dead code in MainWindow
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 6f06b9d5..1f997ab1 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -489,9 +489,6 @@ private slots:
void doMoveOverwriteContentToMod(const QString &modAbsolutePath);
void clearOverwrite();
- void procError(QProcess::ProcessError error);
- void procFinished(int exitCode, QProcess::ExitStatus exitStatus);
-
// nexus related
void checkModsForUpdates();