mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
Get rid of build-time checks around NS tabbar code (bug#33118)
* src/nsterm.m ([EmacsView initFrameFromEmacs:]): Get rid of version checks.
This commit is contained in:
parent
411a6fd290
commit
92ec47981a
1 changed files with 1 additions and 4 deletions
|
|
@ -7669,11 +7669,8 @@ not_in_argv (NSString *arg)
|
|||
/* macOS Sierra automatically enables tabbed windows. We can't
|
||||
allow this to be enabled until it's available on a Free system.
|
||||
Currently it only happens by accident and is buggy anyway. */
|
||||
#if defined (NS_IMPL_COCOA) \
|
||||
&& MAC_OS_X_VERSION_MAX_ALLOWED >= 101200
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED < 101200
|
||||
#ifdef NS_IMPL_COCOA
|
||||
if ([win respondsToSelector: @selector(setTabbingMode:)])
|
||||
#endif
|
||||
[win setTabbingMode: NSWindowTabbingModeDisallowed];
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue