changeset 2307:46e60dca8285

Mac: Remove bogus check for 10.6 for setAppleMenu:
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 10 Feb 2021 08:28:32 +0000
parents 558959a64772
children a9018bd91d04
files mac/dw.m
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mac/dw.m	Wed Feb 10 07:29:23 2021 +0000
+++ b/mac/dw.m	Wed Feb 10 08:28:32 2021 +0000
@@ -4030,9 +4030,7 @@
     NSMenuItem * mitem = [mainMenu addItemWithTitle:@"Apple" action:NULL keyEquivalent:@""];
     NSMenu * menu = [[[NSMenu alloc] initWithTitle:@"Apple"] autorelease];
 
-#if (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_6)
     [DWApp performSelector:@selector(setAppleMenu:) withObject:menu];
-#endif
 
     /* Setup the Application menu */
     NSMenuItem * item = [menu addItemWithTitle:[NSString stringWithFormat:@"%@ %@", NSLocalizedString(@"About", nil), applicationName]