diff options
Diffstat (limited to 'src/macterm.c')
-rw-r--r-- | src/macterm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/macterm.c b/src/macterm.c index 5ea8f0ba607..bc33cfe472e 100644 --- a/src/macterm.c +++ b/src/macterm.c @@ -12823,7 +12823,6 @@ mac_create_terminal (struct mac_display_info *dpyinfo) /* FIXME: This keyboard setup is 100% untested, just copied from w32_create_terminal in order to set window-system now that it's a keyboard object. */ -#ifdef MULTI_KBOARD /* We don't yet support separate terminals on Mac, so don't try to share keyboards between virtual terminals that are on the same physical terminal like X does. */ @@ -12838,7 +12837,6 @@ mac_create_terminal (struct mac_display_info *dpyinfo) if (current_kboard == initial_kboard) current_kboard = terminal->kboard; terminal->kboard->reference_count++; -#endif return terminal; } |