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) | |||
| 12823 | /* FIXME: This keyboard setup is 100% untested, just copied from | 12823 | /* FIXME: This keyboard setup is 100% untested, just copied from |
| 12824 | w32_create_terminal in order to set window-system now that it's | 12824 | w32_create_terminal in order to set window-system now that it's |
| 12825 | a keyboard object. */ | 12825 | a keyboard object. */ |
| 12826 | #ifdef MULTI_KBOARD | ||
| 12827 | /* We don't yet support separate terminals on Mac, so don't try to share | 12826 | /* We don't yet support separate terminals on Mac, so don't try to share |
| 12828 | keyboards between virtual terminals that are on the same physical | 12827 | keyboards between virtual terminals that are on the same physical |
| 12829 | terminal like X does. */ | 12828 | terminal like X does. */ |
| @@ -12838,7 +12837,6 @@ mac_create_terminal (struct mac_display_info *dpyinfo) | |||
| 12838 | if (current_kboard == initial_kboard) | 12837 | if (current_kboard == initial_kboard) |
| 12839 | current_kboard = terminal->kboard; | 12838 | current_kboard = terminal->kboard; |
| 12840 | terminal->kboard->reference_count++; | 12839 | terminal->kboard->reference_count++; |
| 12841 | #endif | ||
| 12842 | 12840 | ||
| 12843 | return terminal; | 12841 | return terminal; |
| 12844 | } | 12842 | } |