diff --git a/apple/OSX/platform.m b/apple/OSX/platform.m index c413ebb901..c7d2e92f44 100644 --- a/apple/OSX/platform.m +++ b/apple/OSX/platform.m @@ -150,9 +150,7 @@ static char** waiting_argv; [[RAGameView get] setFrame: [[self.window contentView] bounds]]; [[self.window contentView] setAutoresizesSubviews:YES]; -#if defined(IOS) || defined(MAC_OS_X_VERSION_10_5) [[self.window contentView] addSubview:[RAGameView get]]; -#endif [self.window makeFirstResponder:[RAGameView get]]; self.settingsWindow = [[[NSWindowController alloc] initWithWindowNibName:BOXSTRING("Settings")] autorelease];