Remove redundant call to SetMenu

This commit is contained in:
Henrik Rydgård 2022-09-29 21:36:20 +02:00
parent d31f129407
commit f8f52565b9

View File

@ -334,9 +334,6 @@ namespace MainWindow
dwStyle &= ~WS_POPUP;
// Re-add caption and border styles.
dwStyle |= WS_OVERLAPPEDWINDOW;
// Put back the menu bar.
::SetMenu(hWnd, menu);
} else {
// If the window was maximized before going fullscreen, make sure to restore first
// in order not to have the taskbar show up on top of PPSSPP.