diff options
Diffstat (limited to 'src/xfns.c')
-rw-r--r-- | src/xfns.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/xfns.c b/src/xfns.c index 6aeb04ba1f8..1af0e76caa1 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -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"); |