diff --git a/rpcs3/rpcs3qt/main_window.cpp b/rpcs3/rpcs3qt/main_window.cpp
index 5fa37a6f72..48df435342 100644
--- a/rpcs3/rpcs3qt/main_window.cpp
+++ b/rpcs3/rpcs3qt/main_window.cpp
@@ -1665,7 +1665,6 @@ void main_window::EnableMenus(bool enabled) const
// PS3 Commands
ui->sysSendOpenMenuAct->setEnabled(enabled);
- ui->sysSendExitAct->setEnabled(enabled);
// Tools
ui->toolskernel_explorerAct->setEnabled(enabled);
@@ -2046,14 +2045,6 @@ void main_window::CreateConnects()
ui->sysSendOpenMenuAct->setText(tr("Send &%0 system menu cmd").arg(m_sys_menu_opened ? tr("close") : tr("open")));
});
- connect(ui->sysSendExitAct, &QAction::triggered, this, []()
- {
- if (Emu.IsStopped()) return;
-
- gui_log.notice("User triggered \"Send exit command\" action in menu bar");
- sysutil_send_system_cmd(0x0101 /* CELL_SYSUTIL_REQUEST_EXITGAME */, 0);
- });
-
const auto open_settings = [this](int tabIndex)
{
settings_dialog dlg(m_gui_settings, m_emu_settings, tabIndex, this);
diff --git a/rpcs3/rpcs3qt/main_window.ui b/rpcs3/rpcs3qt/main_window.ui
index e304759b8a..66d3c263e5 100644
--- a/rpcs3/rpcs3qt/main_window.ui
+++ b/rpcs3/rpcs3qt/main_window.ui
@@ -223,7 +223,6 @@
-