diff --git a/rpcs3/rpcs3qt/main_window.cpp b/rpcs3/rpcs3qt/main_window.cpp index 52212e3216..9c02b4a0d9 100644 --- a/rpcs3/rpcs3qt/main_window.cpp +++ b/rpcs3/rpcs3qt/main_window.cpp @@ -3275,8 +3275,6 @@ void main_window::CreateConnects() connect(ui->welcomeAct, &QAction::triggered, this, [this]() { welcome_dialog* welcome = new welcome_dialog(m_gui_settings, true, this); - - // welcome dialog is auto-flagged (in its constructor) as WA_DeleteOnClose, so its pointer is no more usable after welcome->open() welcome->open(); });