diff options
Diffstat (limited to 'src/w32term.c')
-rw-r--r-- | src/w32term.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/w32term.c b/src/w32term.c index 26473cfdd4a..85ac8d948cd 100644 --- a/src/w32term.c +++ b/src/w32term.c @@ -6108,7 +6108,6 @@ w32_create_terminal (struct w32_display_info *dpyinfo) terminal->memory_below_frame = 0; /* We don't remember what scrolls off the bottom. */ -#ifdef MULTI_KBOARD /* We don't yet support separate terminals on W32, so don't try to share keyboards between virtual terminals that are on the same physical terminal like X does. */ @@ -6123,7 +6122,6 @@ w32_create_terminal (struct w32_display_info *dpyinfo) if (current_kboard == initial_kboard) current_kboard = terminal->kboard; terminal->kboard->reference_count++; -#endif return terminal; } |