diff options
author | Teddy Wing | 2023-09-29 22:51:05 +0200 |
---|---|---|
committer | Teddy Wing | 2023-09-29 22:51:05 +0200 |
commit | f039b8b41e626523e1717e96a9bc4c472fdbeea0 (patch) | |
tree | 70bca6a5940f1f1cfc90d435bffe57ef229a3441 | |
parent | 03750ec92de3a906588b4481c0282200dfd89006 (diff) | |
download | Base-Windowed-Application-f039b8b41e626523e1717e96a9bc4c472fdbeea0.tar.bz2 |
MainMenu: Remove unused `show_all_menu_item` variable
-rw-r--r-- | src/MainMenu.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainMenu.m b/src/MainMenu.m index b8829fb..366a141 100644 --- a/src/MainMenu.m +++ b/src/MainMenu.m @@ -126,7 +126,7 @@ NSMenuItem *MainMenuCreateApplicationMenuItem() setKeyEquivalentModifierMask: NSEventModifierFlagCommand | NSEventModifierFlagOption]; - NSMenuItem *show_all_menu_item = [application_menu + [application_menu addItemWithTitle:NSLocalizedString( @"Show All", @"Show All menu item." |