pcsx2-wx: Remove extra separator line.

Close #2936
This commit is contained in:
lightningterror 2019-04-22 17:38:28 +02:00
parent 641df126c4
commit 6a4fa90b8f
1 changed files with 0 additions and 1 deletions

View File

@ -474,7 +474,6 @@ MainEmuFrame::MainEmuFrame(wxWindow* parent, const wxString& title)
m_menuSys.Append(MenuId_EnableRecordingTools, _("Enable &Recording Tools"), m_menuSys.Append(MenuId_EnableRecordingTools, _("Enable &Recording Tools"),
wxEmptyString, wxITEM_CHECK); wxEmptyString, wxITEM_CHECK);
#endif #endif
m_menuSys.AppendSeparator();
if(IsDebugBuild || IsDevBuild) if(IsDebugBuild || IsDevBuild)
m_menuSys.Append(MenuId_EnableHostFs, _("Enable &Host Filesystem"), m_menuSys.Append(MenuId_EnableHostFs, _("Enable &Host Filesystem"),