* s/ms-w32.h (MULTI_KBOARD): Remove.
[bpt/emacs.git] / src / xfns.c
index 6aeb04b..1af0e76 100644 (file)
@@ -3143,11 +3143,7 @@ This function is an internal primitive--use `make-frame' instead.  */)
   if (EQ (display, Qunbound))
     display = Qnil;
   dpyinfo = check_x_display_info (display);
-#ifdef MULTI_KBOARD
   kb = dpyinfo->terminal->kboard;
-#else
-  kb = &the_only_kboard;
-#endif
 
   if (!dpyinfo->terminal->name)
     error ("Terminal is not live, can't create new frames on it");