Skip to content

Commit

Permalink
remove debug menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kjk committed Mar 23, 2020
1 parent 1df8d88 commit e755c34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Menu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,8 @@ HMENU BuildMenu(WindowInfo* win) {
m = GetSystemMenu(win->hwndFrame, FALSE);
AppendMenu(mainMenu, MF_POPUP | MF_STRING, (UINT_PTR)m, _TR("&Window"));
#endif

#if 0
m = BuildMenuFromMenuDef(menuDefDebug, CreateMenu(), filter);

if (gAddCrashMeMenu) {
Expand All @@ -1212,6 +1214,7 @@ HMENU BuildMenu(WindowInfo* win) {
}

AppendMenu(mainMenu, MF_POPUP | MF_STRING, (UINT_PTR)m, L"Debug");
#endif

MarkMenuOwnerDraw(mainMenu);
return mainMenu;
Expand Down

0 comments on commit e755c34

Please sign in to comment.