From 632a44143ffee4fa3a86dcdcc30091e707e5771a Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 16 May 1997 00:43:41 +0000 Subject: [PATCH] (Fx_create_frame): Delete unnecessary code. --- src/xfns.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/xfns.c b/src/xfns.c index c93b0816bbb..ed7f726889c 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -3274,19 +3274,8 @@ This function is an internal primitive--use `make-frame' instead.") { Lisp_Object font; - /* Determine font by the following priority. - 1. `font' parameter in parms. - 2. `font' parameter in Vdefault_frame_alist. - 3. X resource "font" ("Font"). - 4. Select a plausible font be heuristics at least for ASCII. */ - tem = Fassq (Qfont, parms); - if (NILP (tem)) - tem = Fassq (Qfont, Vdefault_frame_alist); - if (!NILP (tem)) - font = Fcdr (tem); if (! STRINGP (font)) font = x_get_arg (dpyinfo, parms, Qfont, "font", "Font", string); - BLOCK_INPUT; /* First, try whatever font the caller has specified. */ if (STRINGP (font)) -- 2.39.2