From 1949c586f3d44a32913841f4c7c4098c269c7eb2 Mon Sep 17 00:00:00 2001 From: Gauvain 'GovanifY' Roussel-Tarbouriech Date: Thu, 4 Mar 2021 00:19:09 +0100 Subject: [PATCH] IPC: formatting & typo --- pcsx2/CMakeLists.txt | 2 +- pcsx2/gui/Dialogs/IPCDialog.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pcsx2/CMakeLists.txt b/pcsx2/CMakeLists.txt index fae401b9a1..88a594f9d8 100644 --- a/pcsx2/CMakeLists.txt +++ b/pcsx2/CMakeLists.txt @@ -611,7 +611,7 @@ set(pcsx2GuiSources gui/Dialogs/McdConfigDialog.cpp gui/Dialogs/PickUserModeDialog.cpp gui/Dialogs/SysConfigDialog.cpp - gui/Dialogs/IPCDialog.cpp + gui/Dialogs/IPCDialog.cpp gui/Debugger/BreakpointWindow.cpp gui/Debugger/CtrlDisassemblyView.cpp gui/Debugger/CtrlRegisterList.cpp diff --git a/pcsx2/gui/Dialogs/IPCDialog.cpp b/pcsx2/gui/Dialogs/IPCDialog.cpp index a6377287c6..34f6df2a4b 100644 --- a/pcsx2/gui/Dialogs/IPCDialog.cpp +++ b/pcsx2/gui/Dialogs/IPCDialog.cpp @@ -45,7 +45,6 @@ Dialogs::IPCDialog::IPCDialog(wxWindow* parent) *this += new wxStaticText(this, wxID_ANY, _("IPC Slot")); *this += ipc_slot; - *this += confirm; } void Dialogs::IPCDialog::OnConfirm(wxCommandEvent& evt)