aboutsummaryrefslogtreecommitdiffstats
path: root/gui/generic/mainwindow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gui/generic/mainwindow.cc')
-rw-r--r--gui/generic/mainwindow.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gui/generic/mainwindow.cc b/gui/generic/mainwindow.cc
index 76837ed4..12912cc9 100644
--- a/gui/generic/mainwindow.cc
+++ b/gui/generic/mainwindow.cc
@@ -34,7 +34,6 @@ MainWindow::MainWindow(std::unique_ptr<Context> context, ArchArgs args, QWidget
connect(this, &BaseMainWindow::contextChanged, this, &MainWindow::newContext);
createMenu();
- Q_EMIT contextChanged(ctx.get());
}
MainWindow::~MainWindow() {}